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.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.