View Full Version : dbSeeChanges option required...


jbfraleigh
10-26-2000, 11:59 AM
I have a combo-box which is generating the following warning message:

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

It doesn't seem like I can trap this warning message and I'm not sure how to get rid of it.

The form uses a query as its recordsource, so I'm not using VBA code (OpenRecordset) to access the data.

The data is coming from a SQL 7 table -- the column is an auto-number.

Thanks in advance..