I have a database (Access 2002) that has worked perfectly for some time. I didn't make any design changes to it, but started to get this error:
Run-time error 3802 - Error evaluating CHECK constraint
The help topic for this error simply says "This is an unexpected error. Please contact Microsoft Product Support Services for more information." I've done a search both here and at support.microsoft.com, no luck.
This occurs when I click on a "Done" button with some code attached.
If I hit "Debug" in the error box, it stops on a line:
[tt]rst.update[/tt] If I use F8 to continue stepping through the code, it will allow that. When I get to DoCmd.Close, the whole database closes (all open forms and the database window) without any additional error messages. Access does not close. I've tried checking the values of all fields and variables to make sure that they have valid values. No insight there.
Any ideas? Jonathan
________________________________________
It is not fair to ask of others what you are unwilling to do yourself.
-Eleanor Roosevelt
Run-time error 3802 - Error evaluating CHECK constraint
The help topic for this error simply says "This is an unexpected error. Please contact Microsoft Product Support Services for more information." I've done a search both here and at support.microsoft.com, no luck.
This occurs when I click on a "Done" button with some code attached.
If I hit "Debug" in the error box, it stops on a line:
[tt]rst.update[/tt] If I use F8 to continue stepping through the code, it will allow that. When I get to DoCmd.Close, the whole database closes (all open forms and the database window) without any additional error messages. Access does not close. I've tried checking the values of all fields and variables to make sure that they have valid values. No insight there.
Any ideas? Jonathan
________________________________________
It is not fair to ask of others what you are unwilling to do yourself.
-Eleanor Roosevelt