Larry: That seems to work!!! Putting vBillRate in parenthesis allowed the insertion of a null value. Hmmm... I think I will get in the habit of ALWAYS putting my variables in parenthesis in an insert command. Not sure I understand why it works..
Karen > Try putting the variable expression in parens: > > > accountno, (.vMAcctNo), (.vBillRate) > > > so there's no confusion between variable evaluation and macro > substitution. In general, R:Base is becoming stricter over using parens > around > expressions. Doesn't explain why it would break without an R:Base update, > though. > -- > Larry > > > > > > >

