I am having problems with updating recordsets in my VBA code. Everything worked great when the database was in MS Access, but I upsized it to SQL Sever 2000 and now I am getting error messages when I try to update records in a recordset. Here is an example:
You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table that has an IDENTITY column.
Does anyone know what I need to change in my code when a database is upsized from Access to SQL Server? Please let me know as soon as possible. Thanks very mucy.
You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table that has an IDENTITY column.
Does anyone know what I need to change in my code when a database is upsized from Access to SQL Server? Please let me know as soon as possible. Thanks very mucy.