Clownfish1980m
Clownfish8182m
- Local time
- Today, 16:26
- Joined
- Sep 18, 2009
- Messages
- 40
I have created a database containing medications. The user can add new medications or update current medications in the system. I created a dropdown combo box to allow the user to select a status (field is called “Status”) of either “Addition” or “Change” and a field for “Status Date” to put the date the addition or change was added to the system. To make it easier for users, I put a command button which when pressed puts today’s date. What I want to do is create a message box to remind the user to please select a “Status” when the status is empty but a date was added to the “Status Date”. This prevents the status field from being null when an addition/change date is added. I have been working from several books but can’t get the coding down. Thanks Ken