Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access & SQL Server

Status
Not open for further replies.

glove

Technical User
Aug 24, 2000
42
US
I am using a form in Access 2000 to update a table on an SQL Server. When I use the code:

set rst = mydb.openrecordset("mytable")

I get the following error:

Run-time error '3622'
You must use the dbseechanges option with
OpenRecordset when accessing SQL Server table
that has an IDENTITY column

The Identity column in the SQL Table is a field that assigns a consecutive number to each record, like autonumber in Access. I can't find any reference to the "dbseechanges" option in the help menu.
[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top