peterbowles
Registered User.
- Local time
- Today, 02:16
- Joined
- Oct 11, 2002
- Messages
- 163
I am trying to trap an error and get rid of access built in error msgbox. I used this
On Error Resume Next
MsgBox "You need to enter a customer number"
Me.CustomerNo.SetFocus
Me.CustomerNo.Dropdown
in the Error event of the form, it works but still brings up the microsft error afterwards
any ideas
On Error Resume Next
MsgBox "You need to enter a customer number"
Me.CustomerNo.SetFocus
Me.CustomerNo.Dropdown
in the Error event of the form, it works but still brings up the microsft error afterwards
any ideas