OK,
I make a form, put in all the tables, put in some data to make sure the database is working right.
Made a table called updated, put it on the form. Not sure if the table needed any special formating.
Went to properties, went BeforeUpdate, Code Builder.
Typed in
If Me.Dirty Then Updated = Date
End If
Try changing some of the data on the tables in the form and the updated table does nothing at all. Tryed it in AfterUpdate and some other things.
What am I doing wrong?