S
Steve Walker
Access 2000 using WinXP. I am using combo boxes to collect the values I need
and then a button to run an append query which updates a table. My problem
is error trapping. When I update the table from the form the first time the
append query runs fine and adds the data to the table. If the user selects
the same values and tries to append the data again I get an error message
telling me that I cannot append which it should do as the data has already
been entered into the table.
How can I turn off this message. Looked at Echo in a macro and SetWarnings.
Had a look at converting the macro to VBA and then changing the error but to
no avail; my VBA is not good enough.
If anyone can point me in the right direction would be much obliged.
Steve
and then a button to run an append query which updates a table. My problem
is error trapping. When I update the table from the form the first time the
append query runs fine and adds the data to the table. If the user selects
the same values and tries to append the data again I get an error message
telling me that I cannot append which it should do as the data has already
been entered into the table.
How can I turn off this message. Looked at Echo in a macro and SetWarnings.
Had a look at converting the macro to VBA and then changing the error but to
no avail; my VBA is not good enough.
If anyone can point me in the right direction would be much obliged.
Steve