Access 2007 New Form - Source Table Open In Exclusive mode

I

iain

When trying to create a new form from a query using multiple tables I get an
error message when the form opens stating that the error is "possibly due to
another user having a source table open in exclusive mode".

It is a single user application and the default is set to shared.

Does anyone know what could cause this error?

Thanks
 
J

Jerry Whittle

It's possible that you have something like a deadlock or contention issue
where you are joining the multiple tables in such a way that locks them up.
You should try to join the tables in the same way as they are joined in the
Relationships window. If they aren't joined there with Referiential Integrity
enabled, all bets are off.

Post the SQL statement for the query here. Maybe someone will see something
obvious.
 
I

iain

Thanks for the tip however my problem has arrisen from using multiple queries
as the record source for a form. In this case two queries made use of the
same table.

Thanks
 

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

Top