D
David
I have an addin db that I am trying to do a codedb.Execute "query string" but
when it runs, i get an error:
You must use the dbSeeChanges option with OpenRecordset when accessing a SQL
Server table that has an IDENTITY column.
I can't change to doCmd.Execute "query string" because the table does not
exist in the primary database.
Q: How do can I get around this problem...
Thank you for any information
when it runs, i get an error:
You must use the dbSeeChanges option with OpenRecordset when accessing a SQL
Server table that has an IDENTITY column.
I can't change to doCmd.Execute "query string" because the table does not
exist in the primary database.
Q: How do can I get around this problem...
Thank you for any information