Hallo,
On my main form I have a text box which saves the date and time after an update. The code I use is shown below
Me.txtlastupdated = Now()
tstlastupdated is the name of the text box which displays the date and time. Therefore, when any field is updated the date and time is saved.
Now, I have a checkbox and I want to save the date and time when someone either checks or unchecks it ONLY. The name of the Upload check box is called Upload and the name of the textbox to display the date/time is called lastuploaded...
Any help please!!!!
On my main form I have a text box which saves the date and time after an update. The code I use is shown below
Me.txtlastupdated = Now()
tstlastupdated is the name of the text box which displays the date and time. Therefore, when any field is updated the date and time is saved.
Now, I have a checkbox and I want to save the date and time when someone either checks or unchecks it ONLY. The name of the Upload check box is called Upload and the name of the textbox to display the date/time is called lastuploaded...
Any help please!!!!