J
Jenna B
I've been having this problem for a few months with a db I'm working on. I
know there must be something simple I'm overlooking, so I'd greatly
appreciate any help in identifying what the problem is.
I'm using the following to create a timestamp:
Me.dbLastUpdateUser = Forms!frmUserInfoHIDDEN!txtUserName
Me.dbLastUpdate = Now()
frmuserInfoHIDDEN refers to a form that is hidden on startup that stores the
name the user logged in with. This feature works fine.
The AfterUpdate timestamp used to work as well. However, now it repeatedly
fires and forces the user to stay on the current record. It won't go to the
next or previous records, and inserts now() into the field each time I press
the > or < buttons.
I started over with the form, so now the only event that I have is the
AfterUpdate event. There are no OnCurrent events.
Thanks in advance for any help you can offer! I know it must be some simple
fix. (Note: I'm using Access 2003 for this project)
know there must be something simple I'm overlooking, so I'd greatly
appreciate any help in identifying what the problem is.
I'm using the following to create a timestamp:
Me.dbLastUpdateUser = Forms!frmUserInfoHIDDEN!txtUserName
Me.dbLastUpdate = Now()
frmuserInfoHIDDEN refers to a form that is hidden on startup that stores the
name the user logged in with. This feature works fine.
The AfterUpdate timestamp used to work as well. However, now it repeatedly
fires and forces the user to stay on the current record. It won't go to the
next or previous records, and inserts now() into the field each time I press
the > or < buttons.
I started over with the form, so now the only event that I have is the
AfterUpdate event. There are no OnCurrent events.
Thanks in advance for any help you can offer! I know it must be some simple
fix. (Note: I'm using Access 2003 for this project)