I have a form (data sheet) bound to a table with a trigger. Even though the trigger does not update this table, access prompts that the record was changed and ask to save or drop the changes. Is there a work-around?
I can't recreate this error. Are you using an mdb or an adp? What is happening in the trigger? Could there be concurrency issues with the table it's updating?
You might try trapping for the error in the Form_Error event.