I have database program that has several “Tables” that have Referential Integrity relationships invoked to maintain data integrity. This data then populates the program “Form” fields via a “Combo Boxes”.
The user selects the data they want to populate the field with from one of the “Combo Box” choices. Once it’s selected the “Combo Box” closes and no errors pop-up on their computer screen.
The problem I have is when the user tries to enter data that was “NOT” found in the “Combo Box” dropdown. They get an error message like the one below, and they don’t know what to do!
Microsoft Access
You cannot add or change a record because a related record is required in table ‘TA-007’.
Question:
Is there a way to send the user an error message on their computer screen that is more descriptive when they exit that field that:
1. Informs the user which field name on the form has the data entry problem.
2. What the problem is.
3.How to fix it.
.........................................
Example of possible error message:
You have entered a name that does not exist in the “Assigned to Name” field. Please click on one of the names in the “Combo Box” drop-down list, or enter the new name in the Assigned to Name data table first.
The user selects the data they want to populate the field with from one of the “Combo Box” choices. Once it’s selected the “Combo Box” closes and no errors pop-up on their computer screen.
The problem I have is when the user tries to enter data that was “NOT” found in the “Combo Box” dropdown. They get an error message like the one below, and they don’t know what to do!
Microsoft Access
You cannot add or change a record because a related record is required in table ‘TA-007’.
Question:
Is there a way to send the user an error message on their computer screen that is more descriptive when they exit that field that:
1. Informs the user which field name on the form has the data entry problem.
2. What the problem is.
3.How to fix it.
.........................................
Example of possible error message:
You have entered a name that does not exist in the “Assigned to Name” field. Please click on one of the names in the “Combo Box” drop-down list, or enter the new name in the Assigned to Name data table first.