G 
		
								
				
				
			
		Guest
I am trying to use the timestamp code but it is not working.  I have added a
field to my table Jobs called LastModified and then added it to the form.
My code looks like this:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Jobs.[LastModified] = Now()
End Sub
I am entering this code on the Forms before update field. Is this correct
or should I be entering it on the LastModified's update field.
				
			field to my table Jobs called LastModified and then added it to the form.
My code looks like this:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Jobs.[LastModified] = Now()
End Sub
I am entering this code on the Forms before update field. Is this correct
or should I be entering it on the LastModified's update field.
