Hello Everyone,
Just wondering if anyone might be able to help me with my dilemma? I'm trying to put a timestamp on my main form to record the date and time a user created a record. I only have one table consisting all of the data to include the date and user.
The mainform has two tab controls each contains a subform (one subform to enter the data and the other to list all the data entered in a continuous subform). Outside of the tab controls I'd like to place a datestamp-like textbox or label control to show when the form was "Last Modified [Date] by [User]".
I've tried using an unbound textbox/label with the value Date() for the BeforeUpdate event but it's just not working...Any assistance would be greatly appreciated. Thank you!
chris
Just wondering if anyone might be able to help me with my dilemma? I'm trying to put a timestamp on my main form to record the date and time a user created a record. I only have one table consisting all of the data to include the date and user.
The mainform has two tab controls each contains a subform (one subform to enter the data and the other to list all the data entered in a continuous subform). Outside of the tab controls I'd like to place a datestamp-like textbox or label control to show when the form was "Last Modified [Date] by [User]".
I've tried using an unbound textbox/label with the value Date() for the BeforeUpdate event but it's just not working...Any assistance would be greatly appreciated. Thank you!
chris