Irfan Salim
Registered User.
- Local time
- Today, 04:50
- Joined
- Oct 3, 2002
- Messages
- 16
In my access database, there is a table Employee. One of the field is DataOfBirth. The validation rule property of this field is <Date() and validation text is, Birth Date can't be in the future. In my access form, if a user enters date greater than current date, then a message box is displayed with the validation text and two button, OK and Help.
What I want is to show only OK button and not the Help button.
What I want is to show only OK button and not the Help button.