Maverick_777
Board Regular
- Joined
- Sep 23, 2004
- Messages
- 227
Guys,
I want to have a text box fill with a timestamp of data entry. The following did not work and I could use some advice...
=IIf([Estimated Hours]>0,"=now()","0")
=IIf([Estimated Hours]>0,'=now()',"0")
=IIf([Estimated Hours]>0,=now(),"0")
This is one text box checking to see if the text box "[Estimated Hours]" is greater than 0 and if so enter the current date and time. Now maybe =NOW() is not the best to use and I don't want the date stamp to change.
THoughts?
I want to have a text box fill with a timestamp of data entry. The following did not work and I could use some advice...
=IIf([Estimated Hours]>0,"=now()","0")
=IIf([Estimated Hours]>0,'=now()',"0")
=IIf([Estimated Hours]>0,=now(),"0")
This is one text box checking to see if the text box "[Estimated Hours]" is greater than 0 and if so enter the current date and time. Now maybe =NOW() is not the best to use and I don't want the date stamp to change.
THoughts?