VBAhole22
Registered User.
- Local time
- Today, 17:43
- Joined
- Jan 18, 2002
- Messages
- 117
When I load a data entry screen I pass a variable that the user selected on my switchboard. This data entry screen then assigns an Autonumber. But I have a quit button that allows the user to bail out of the screen. But if they do, that record gets added to the table anyway and the Autonumber is incremented and I get a blank record.
I tried Me.Undo before closing the form but it didn't work.
I open the form as AddOnly from my switchboard
I tried Me.Undo before closing the form but it didn't work.
I open the form as AddOnly from my switchboard