kbrooks
Still learning
- Local time
- Today, 13:03
- Joined
- May 15, 2001
- Messages
- 202
I have a very simple database set up for a department to notify me of charge corrections I need to make in our main system. The form is set up where each record is a line, and a new record just goes on the next row instead of a new page. (Tabular view, I believe)
I have some simple code set up in the AfterUpdate and the OnEnter to duplicate some fields from the previous record, simply to save data entry for the user. The code appears to be the same in both events, not sure why it's needed in both, or if it is? I had help with the code so not exactly sure.
Anyway, my problem is that when they tab to a new record, and then decide they have nothing else to add and close the form, a new pretty much blank record is added. It's not a huge deal as there are only a few users, but it's rather annoying and I'd like to stop it if possible. How do I go about doing this?
TIA
I have some simple code set up in the AfterUpdate and the OnEnter to duplicate some fields from the previous record, simply to save data entry for the user. The code appears to be the same in both events, not sure why it's needed in both, or if it is? I had help with the code so not exactly sure.
Anyway, my problem is that when they tab to a new record, and then decide they have nothing else to add and close the form, a new pretty much blank record is added. It's not a huge deal as there are only a few users, but it's rather annoying and I'd like to stop it if possible. How do I go about doing this?
TIA