
Run time error 3622: OpenRecordSet: SQL server table: IDENTITY column
When my code runs to the following statament, an error message pops up:
Set rcsScanedRackList = dbsCurrent.OpenRecordset("dbo_ScanedRackList", ,
dbSeeChanges)
----------------------------------------------------------------
Run time error 3622
You must use the dbSeeChanges option with OpenRecordset when accessing a SQL
server table that has an IDENTITY column.
----------------------------------------------------------------
Just as you see, I've use the dbSeeChanges option. But the error still
occurs. Why?
Can you help me? Thanks in advance.