Insert Current Date Into Field

Without an example of what you have I feel I am unable to offer any other suggestions. :(
 
I assume date stamp is on the main form and you wish to update this when the main or subform/s are updated, you'll have to use the Before Update events of both the main and subfom;
Forms!Main!DateStamp = Now from the subform
and Me.DateStamp = Now from the main form
 
Rich said:
I assume date stamp is on the main form and you wish to update this when the main or subform/s are updated, you'll have to use the Before Update events of both the main and subfom;
Forms!Main!DateStamp = Now from the subform
and Me.DateStamp = Now from the main form

All right! That worked nicely! :D

Thanks for all the help on this thread, really appreciate it :D
 

Users who are viewing this thread

Back
Top Bottom