hello,
i am trying to track changes. i have succeded so far and am quiet proud of myself. however, i am having trouble getting this to work for previously blank fields. for everything else it adds "oldvalue=[whatever the oldvalue was]", but for previously blank enteries it only adds a blank field.
why wont access enter "oldvalue= " when the previous value is blank?
this is my expresion for the owner field on the append table query
Expr10: IIf(NewValue!Owner=OldValue!Owner,Null,"oldvalue="+OldValue!Owner)
any help would be much appreciated.
thanks!
i am trying to track changes. i have succeded so far and am quiet proud of myself. however, i am having trouble getting this to work for previously blank fields. for everything else it adds "oldvalue=[whatever the oldvalue was]", but for previously blank enteries it only adds a blank field.
why wont access enter "oldvalue= " when the previous value is blank?
this is my expresion for the owner field on the append table query
Expr10: IIf(NewValue!Owner=OldValue!Owner,Null,"oldvalue="+OldValue!Owner)
any help would be much appreciated.
thanks!