A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access 2007 New Form - Source Table Open In Exclusive mode



 
 
Thread Tools Display Modes
  #1  
Old August 11th, 2009, 10:03 AM posted to microsoft.public.access.gettingstarted
Iain
external usenet poster
 
Posts: 112
Default Access 2007 New Form - Source Table Open In Exclusive mode

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
  #2  
Old August 11th, 2009, 08:45 PM posted to microsoft.public.access.gettingstarted
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Access 2007 New Form - Source Table Open In Exclusive mode

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.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"iain" wrote:

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

  #3  
Old August 18th, 2009, 05:58 PM posted to microsoft.public.access.gettingstarted
Iain
external usenet poster
 
Posts: 112
Default Access 2007 New Form - Source Table Open In Exclusive mode

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

"Jerry Whittle" wrote:

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.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"iain" wrote:

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.