Sam Summers
Registered User.
- Local time
- Today, 10:52
- Joined
- Sep 17, 2001
- Messages
- 939
Tried that and now I get the message attached.Your code shows MsgBox Error$ in the error handler, which suggests the error handler isn't being reached.
Perhaps the error is in Excel rather than Access?
Try changing that line to:
Code:MsgBox "Error " & Err.Number & " in SaveAndNewBtn_Click procedure: " & Err.Description
What error message do you see now?
I've downloaded your file but have no idea which button to click to trigger this behaviour
I don't have time to look at your db properly now but suggest you tell us what exactly to do for the error to occur
Help us to help you
I'll take another look with the debugger