G
Guest
When a user goes to a form (Inventory) to enter a new record, I force the
user to have to click on a command button (ADD RECORD). When the user clicks
on the button, I have events firing that will automatically insert:
Fields:
EnteredBy: [Looks to see who is logged onto the program and inserts name]
DataEntryDate: [Inserts todays date]
DateReceived: [Inserts todays date as a default but can change it]. The
focus is then set to the DateReceived field.
I have noticed that when a date is automatically inserted, it does not
respond to the AfterUpdate event if the user enters the field and leaves the
field without making any changes.
Is there a way to have the field refresh (not the entire record just the
field - Note: I tried Me.Refresh on the ENTER event and it did not work) so
that the AfterUpdate event code runs?
Thanks in advance for any assistance...
Rick
user to have to click on a command button (ADD RECORD). When the user clicks
on the button, I have events firing that will automatically insert:
Fields:
EnteredBy: [Looks to see who is logged onto the program and inserts name]
DataEntryDate: [Inserts todays date]
DateReceived: [Inserts todays date as a default but can change it]. The
focus is then set to the DateReceived field.
I have noticed that when a date is automatically inserted, it does not
respond to the AfterUpdate event if the user enters the field and leaves the
field without making any changes.
Is there a way to have the field refresh (not the entire record just the
field - Note: I tried Me.Refresh on the ENTER event and it did not work) so
that the AfterUpdate event code runs?
Thanks in advance for any assistance...
Rick