charlie442
Registered User.
- Local time
- Today, 13:57
- Joined
- Jan 14, 2011
- Messages
- 53
Hi gurus
I have a data entry form which has certain fields for which I require the information. I have set Validation Rules and Messages up for those fields in the underlying tables but not set them to required. These work as I tab through the form.
However when I create a button on the form with
DoCmd.RunCommand acCmdSaveRecord
I am now getting ugly error messages which give the user an option to debug which I definitely do not need. I am new to VBA. What is the best way around this issue
Thanks
Charles
I have a data entry form which has certain fields for which I require the information. I have set Validation Rules and Messages up for those fields in the underlying tables but not set them to required. These work as I tab through the form.
However when I create a button on the form with
DoCmd.RunCommand acCmdSaveRecord
I am now getting ugly error messages which give the user an option to debug which I definitely do not need. I am new to VBA. What is the best way around this issue
Thanks
Charles