G
Guest
I have a table that track payments. Multiple users can update the records.
The query has a Yes/No check box. I need to capture the current date when the
user checks the box (Sets value to True). I've tried the expressions --
Expr1: IIf(PaymentCleared=True,Now()," ") -- The problem here is that the
field gets updated the next day along with my system's date?
Is there an expression I can built or do I need to do this using VBA code?
Please help!
The query has a Yes/No check box. I need to capture the current date when the
user checks the box (Sets value to True). I've tried the expressions --
Expr1: IIf(PaymentCleared=True,Now()," ") -- The problem here is that the
field gets updated the next day along with my system's date?
Is there an expression I can built or do I need to do this using VBA code?
Please help!