human_anomaly
Registered User.
- Local time
- Today, 12:50
- Joined
- Apr 12, 2004
- Messages
- 69
I have a form that allows the user to edit data, but it only displays records of one student that the previously selected. The user is able to edit the student name. When they do this the student will no longer be displayed on the form since it does not meet the criteria of the student that the selected.
However the system keeps sending out an error message that I can't seem to catch. It says "The data was added to the database but the data won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source." I have tried to hide this message by using DoCmd.SetWarnings False before the message occurs but it still comes up. Does anyone know how to get rid of this message?
However the system keeps sending out an error message that I can't seem to catch. It says "The data was added to the database but the data won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source." I have tried to hide this message by using DoCmd.SetWarnings False before the message occurs but it still comes up. Does anyone know how to get rid of this message?