Hello,
I am attempting to write an application where I have code segregation where code dealing with the form is located in the form which relies on a class module (ie clsOrders) and all code that specifically deals with database connection, manipulation, etc is resident in it's own standard module.
I am using ADO and Access 2003 at the moment. I am wondering what the best method is to implement transaction processing....