W
Woon Moh
Here is a beginner's question:
I am setting up a simple form so everytime the user enter
a check box, it will show the current time. It's
basically 2 fields, a check box and time.
I tried putting a IIF statement in the time field but to
no avail. Is there something wrong with my IIF or the way
it was setup?
=IIf([Verification]="Yes",Time(),Null)
Appreciate any help. Thanks.
I am setting up a simple form so everytime the user enter
a check box, it will show the current time. It's
basically 2 fields, a check box and time.
I tried putting a IIF statement in the time field but to
no avail. Is there something wrong with my IIF or the way
it was setup?
=IIf([Verification]="Yes",Time(),Null)
Appreciate any help. Thanks.