J
Jim Shaw
BlankI have a form with sub-forms. On the subform, I have a command button
which I created using the command button wizard off the form design tool
box; it sets up the two DoCmd statements to do a record delete. I've not
modified the generated code for this.
Every time I use this button to delete a record, I get an "Application
Defined....." error, but the record is deleted anyway. The error is
generated on the first DoCmd of the pair.
When I open the table in datasheet view and delete the record there, I have
no problem.
Any ideas on what might be causing this or how to proceed with a debugging
analysis of the problem?
Thanks
Jim
which I created using the command button wizard off the form design tool
box; it sets up the two DoCmd statements to do a record delete. I've not
modified the generated code for this.
Every time I use this button to delete a record, I get an "Application
Defined....." error, but the record is deleted anyway. The error is
generated on the first DoCmd of the pair.
When I open the table in datasheet view and delete the record there, I have
no problem.
Any ideas on what might be causing this or how to proceed with a debugging
analysis of the problem?
Thanks
Jim