Jenny Peters
Registered User.
- Local time
- Today, 20:42
- Joined
- Sep 16, 2001
- Messages
- 14
I'm cleaning up a DB for a company and the previous programmer has done a trick I can't figure out...
When using the save button on a customer form, a custom dialogue box appears asking me to enter the customer number, if left blank.
Where is this dialogue box comming from?
Easy right?
Wrong! There is no code initiating this dialogue box anywhere. And I mean anywhere!
It's not on the save button click event, nor any other event on the form or subform, or the customer number textbox itself. There is no default value suggested for this textbox. I did search on the error phase in the whole VBA project and macros and nothing appears.
The tblCustomers has no default value for this field.
What's more, this message is triggered on a refresh or navigation.
And no, there is nothing in OnCurrent.
And no, there are no hidden modules or code...
What's more, similar dialogue boxes appear for other missing info on other forms as well when trying to save. This is no isolated case!!
After all these years, have I really missed something easy?
Please help!!
Jenny
When using the save button on a customer form, a custom dialogue box appears asking me to enter the customer number, if left blank.
Where is this dialogue box comming from?
Easy right?
Wrong! There is no code initiating this dialogue box anywhere. And I mean anywhere!
It's not on the save button click event, nor any other event on the form or subform, or the customer number textbox itself. There is no default value suggested for this textbox. I did search on the error phase in the whole VBA project and macros and nothing appears.
The tblCustomers has no default value for this field.
What's more, this message is triggered on a refresh or navigation.
And no, there is nothing in OnCurrent.
And no, there are no hidden modules or code...
What's more, similar dialogue boxes appear for other missing info on other forms as well when trying to save. This is no isolated case!!
After all these years, have I really missed something easy?
Please help!!
Jenny