0
-00MichaelJordan
How can I make a datestamp on the records in a table when they are modified
or created? I am running Access 97? Thanks.
or created? I am running Access 97? Thanks.
Wayne-I-M said:Hi
Create a new field in your table called DateStamp.
Insert this new field into your form.
Use the forms event OnCurrent
Me.DateStampt = Now()
Note this will alter the date stampt every time the form is
activated. if you want to keep a record of "each" time the form is
used you will need another table linked to your main table by the
primary field used in the form.
was what was asked. I should read the post more carefully.when they are modified or created