I am new to ADO so any advice I can receive would be very beneficial.
I have code the runs correctly in DAO, but I am having trouble converting the code to ADO. On the click of a button I am updating a record into Table1 and then inserting a record into Table2. I have tried some code, and I have been able to get the Update Query to run correctly, but when the Insert Query starts I get the error "ODBC Call Failed".
If anyone has any ideas or information please let me know. I can post the code I have tried if it is helpful in resolving my issue.
Thank you for your time,
T.J.
I have code the runs correctly in DAO, but I am having trouble converting the code to ADO. On the click of a button I am updating a record into Table1 and then inserting a record into Table2. I have tried some code, and I have been able to get the Update Query to run correctly, but when the Insert Query starts I get the error "ODBC Call Failed".
If anyone has any ideas or information please let me know. I can post the code I have tried if it is helpful in resolving my issue.
Thank you for your time,
T.J.