Hello,
I'm trying to have a field update with a timestamp once a form has been submitted. The fields on the table are-
ManagerApproval - this contains a dropdown box with 3 options. 1. Approved 2. Denied 3. Pending - This is a text box
ManagerReviewed - this is the timestamp field that I want to populate with a date/time stamp once the form containing the dropdown boxes approved, denied, pending are submitted.
I have tried creating an after update event with the following code-However, the field "ManagerReviewed" is not appearing in VBA, thus no timestamp is being created.
Me.ManagerReviewed = Now()
However, the field ManagerApproval does appear and it replaces the text 1.Approved 2. Denied. 3. Pending with a timestamp
Help is much appreciated! I've been using access for about a month...yikes
-PJ