Field in Table doesn't change when edited from query

wrweaver

Registered User.
Local time
Today, 05:27
Joined
Feb 26, 2013
Messages
75
Users are viewing a record on a form that gets it's data from a query. I want to make it so that if they edit that record from that form, a last updated field will timestamp the date/time that the record was edited. I added a lastupdated to the source table which of course adds it to the query and so it's on the form. But whenever i access the form and change something, the lastupdated only shows the time the record was created (which is from a different form based directly on the table). Whenever I edit any other field data in that query based form it changes in the table. Why not the Lastupdated?
 
Have you checked that the Control Source property of the control that displays the Lastupdated data is correct.
 

Users who are viewing this thread

Back
Top Bottom