newbie: Error 3008 on OpenRecordset

P

Peter Schmitz

Hi,

In my current form, I tried to open the table to read (and only read) some
values out of it by using the CurrentDb.OpenRecordset function in my
Form_Activate handler. Unfortunately, this results in error #3008: table
already opened exlusively by another user or GUI.
Is there any way around this? Is it possible to read some values out of a
table, that is exclusively opened by the overlying GUI? How exclusive is
exclusive?

Best regards,

Peter
 
T

tina

you could try working with the RecordsetClone property of the form, rather
than opening a recordset of the table.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Runtime error 3008 1
Error 3008 2
Error 3008 0
Opened Exclusively? 1
Table Locking Problems 0
Error 3008, need help! 2
OpenRecordSet syntax error 11
Can't correct an error HELP Error #3008 0

Top