I have two tables
one is ClientDetails
the other is ClientContactDetails
in the form for ClientContactDetails i have a last edited field called UpdateDate. i have a button on the form which has a save form function. it also has an on click function "me.UpdateDate = Date()" which updates the UpdateDate field to todays date.
The problem is, when i click the save button i also want it to update an UpdateDate field in the ClientDetails table, how to i change the on click function to update in the other table aswell?