Background - Access 2k2 front end and backend application....Transferred the backend to SQL Server 2K.
Getting error that
"You must use DBSeeChangesoption with OpenRecordset when accessing a SQL Server table that has IDENTITY column"
When I do this...my code looks like this:
Dim db As...