I have a Form with a subform.
The subform is linked to the form by strD#
The subform has these fields:
strD#
strName
strContact
strPhone
strFax
strUpdate
If someone makes a change to the record(minus strUpdate) in the subform, a textbox, strUpdate, needs to be filled with the current date (ex: 6/28/2005)
The code that I have is:
txtUpdate = Date()
I put this in the AfterUpdate for all the textboxes except strUpdate.
Could someone help.
Thanks
The subform is linked to the form by strD#
The subform has these fields:
strD#
strName
strContact
strPhone
strFax
strUpdate
If someone makes a change to the record(minus strUpdate) in the subform, a textbox, strUpdate, needs to be filled with the current date (ex: 6/28/2005)
The code that I have is:
txtUpdate = Date()
I put this in the AfterUpdate for all the textboxes except strUpdate.
Could someone help.
Thanks