I have a form similar to the Suppliers form in the sample NorthWind database.
Like Northwind it suffers from the same annoying problem with an Access error message displayed to the user.
To see the problem for yourself do the following in Northwind
Open the Suppliers table.
Select a new record.
Fill in valid information expect in the Country enter
Canada
and for the Postal Code enter
1234
Click the 'X' in the top right of the form to close it, WITHOUT saving the record first.
The incorrect validation error appears. Click ok.
Then the annoying message appears stating there was an error, do you want to close the object.
I want to get rid of this second error, and hence automatically return to the form, so the original data error can be corrected
Can anyone show me how to do this?
Stu
Like Northwind it suffers from the same annoying problem with an Access error message displayed to the user.
To see the problem for yourself do the following in Northwind
Open the Suppliers table.
Select a new record.
Fill in valid information expect in the Country enter
Canada
and for the Postal Code enter
1234
Click the 'X' in the top right of the form to close it, WITHOUT saving the record first.
The incorrect validation error appears. Click ok.
Then the annoying message appears stating there was an error, do you want to close the object.
I want to get rid of this second error, and hence automatically return to the form, so the original data error can be corrected
Can anyone show me how to do this?
Stu