sturner333
Programmer
I have a database that has a frontend backend setup. I created these 2 databases from replicated databases importing all but the tables, and used the query method to transfer the tables. What happens is that this VB statement will work until I close and reopen the database:
Set rs1 = db.OpenRecordset("Notes", dbOpenDynaset)
Notes being one of the linked tables. After closing the first time I get an error message :
Runtime error 3112 , records cannot be read, no read permission on notes.
If I refresh the links everything is again ok until I close and reopen.
Thanks for the help!!!
Set rs1 = db.OpenRecordset("Notes", dbOpenDynaset)
Notes being one of the linked tables. After closing the first time I get an error message :
Runtime error 3112 , records cannot be read, no read permission on notes.
If I refresh the links everything is again ok until I close and reopen.
Thanks for the help!!!