P
Paul
I have the following code:
Dim dbs As Database
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("newcust")
This will debug and run in one Access 2000 database but
not in another Access 2000 database. I have checked the
references in each database and they are the same.
Any suggestions?
Thanks!
Paul
Dim dbs As Database
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("newcust")
This will debug and run in one Access 2000 database but
not in another Access 2000 database. I have checked the
references in each database and they are the same.
Any suggestions?
Thanks!
Paul