jbfraleigh
Registered User.
- Local time
- Today, 22:47
- Joined
- Aug 8, 2000
- Messages
- 22
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..
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..