toddbailey
Registered User.
- Local time
- Today, 10:27
- Joined
- Aug 26, 2011
- Messages
- 23
Hi All,
After several years in production with out this error, the users are now getting an error dialog when they close a form.
There are 2 forms that interact, a switchboard that has a couple of command buttons (docmd.openform for example)
when the user clicks the button the switch board is closed and the new form is opened. when the form is then closed also via a button (docmd.close) the switchboard is opened but we see a dialog box
"the changes you requested to the table were not successful......"
This would indicate that an update or an insert is being performed that violates a key constraint.
But, there isn't any database updates/inserts being performed switching between the 2 forms. At least not that I can detect, there isn't an vb/a code being executed that do any database related processing.
I've tried using docmd.setwarnings false to disable the display of the dialog to no avail and also tryed a database compact/repair with out any success
Any ideas how to troubleshoot this or at least disable the warning dialog?
After several years in production with out this error, the users are now getting an error dialog when they close a form.
There are 2 forms that interact, a switchboard that has a couple of command buttons (docmd.openform for example)
when the user clicks the button the switch board is closed and the new form is opened. when the form is then closed also via a button (docmd.close) the switchboard is opened but we see a dialog box
"the changes you requested to the table were not successful......"
This would indicate that an update or an insert is being performed that violates a key constraint.
But, there isn't any database updates/inserts being performed switching between the 2 forms. At least not that I can detect, there isn't an vb/a code being executed that do any database related processing.
I've tried using docmd.setwarnings false to disable the display of the dialog to no avail and also tryed a database compact/repair with out any success
Any ideas how to troubleshoot this or at least disable the warning dialog?