A
Anonymous
Please help. This should be simple but I'm having a lot of issues. Very
simple form with single table driving it. I have a text box called
"TrackingNum" that is tied to a field in the table which is also called
"TrackingNum". I have another text box on the form called "DateEntered".
It is tied to a field in the table called "DateEntered".
I'd like the value in DateEntered to automatically be populated with the
current date whenever the user adds something or edits information in the
TrackingNum box. I set the "AfterUpdate" property of TrackingNum to do the
following:
DateEntered=Date
However, I keep getting errors. Can you please help?
Many thanks!
simple form with single table driving it. I have a text box called
"TrackingNum" that is tied to a field in the table which is also called
"TrackingNum". I have another text box on the form called "DateEntered".
It is tied to a field in the table called "DateEntered".
I'd like the value in DateEntered to automatically be populated with the
current date whenever the user adds something or edits information in the
TrackingNum box. I set the "AfterUpdate" property of TrackingNum to do the
following:
DateEntered=Date
However, I keep getting errors. Can you please help?
Many thanks!