WAIT A MINUTE! One little problem. Although the insert worked, it put a ZERO in the field, not a null. And in my case, zero is not the same as a null ....
Karen ---------------------- 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 > > > > > > >

