dbSeeChanges

M

mystic_dag

I am getting the following error whenever i do a codedb.execute "qry str"

You must use the dbSeeChanges option with OpenRecordset when accessing a SQL
Server table that has an IDENTITY column.

Because the table only exist in the addin database, I can't do a
docmd.execut "qry str".

Q: How do i get around this for an update query????
 
Top