I am trying to input several new records into 3 tables. I don't want to send the first two through without the last one succeeding. I am using the DoCmd.RunSQL method with my Insert Into SQL statement following the command. I have also set up a workspace object with the begintrans at the beginning of the procedure. This is all being done in a VB Access Module. I also have a on err statement set uo to rollback the transaction in the event of an error. The only time I succeeded in seeing my error message was when I had the warnings and Confirm setting set to On. As far as I can tell, I am doing things correct.
Thanks in Advance
K
Thanks in Advance
K