jasonphillipstx
Technical User
The following line works
the following line gives me an error stating that I need to use the dbSeeChanges option for a table on SQL server that has an identity.
I need to use the one with the sql statement. I have tried every which way to no avail. Any help is appreciated.
Code:
Set rst = db.OpenRecordset("visitorreportrecipients", , dbSeeChanges)
the following line gives me an error stating that I need to use the dbSeeChanges option for a table on SQL server that has an identity.
Code:
Set rst = db.OpenRecordset("select * from visitorreportrecipients;", , dbSeeChanges)
I need to use the one with the sql statement. I have tried every which way to no avail. Any help is appreciated.