M
Max
Have a linked table from an mdb on another PC. When trying to update a
record in this table using the command line: Set
rb=CurrentDB().OpenRecordset("MyTable"), I get run-time error 3734: 'Database
has been placed in a state that prevents open or lock' when the table is open
for editing in its own database.
Default Open Mode for both databases is Shared. Didn't see anything in KB
that helped.
Thanks in advance.
record in this table using the command line: Set
rb=CurrentDB().OpenRecordset("MyTable"), I get run-time error 3734: 'Database
has been placed in a state that prevents open or lock' when the table is open
for editing in its own database.
Default Open Mode for both databases is Shared. Didn't see anything in KB
that helped.
Thanks in advance.