E
erinjpd
I currently have a macro set up so that when I edit a text field, a date
field is populated with Now(). I now want to modify this so that the date
field auto-populates ONLY if the date field is NULL. I can't figure out how
to write the expression in Expression_Builder and haven't seen anything in
the Code Builder that might work. I think it should look like this...
IIf(IsNull([PatronSignIn]![CounselStart]),Now(),[PatronSignIn]![CounselStart])
Help! (and thanks!)
field is populated with Now(). I now want to modify this so that the date
field auto-populates ONLY if the date field is NULL. I can't figure out how
to write the expression in Expression_Builder and haven't seen anything in
the Code Builder that might work. I think it should look like this...
IIf(IsNull([PatronSignIn]![CounselStart]),Now(),[PatronSignIn]![CounselStart])
Help! (and thanks!)