Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking tables

Status
Not open for further replies.

kerrigirrl

Programmer
Mar 29, 2001
39
US
i'm not sure if this is the right forum for this, but here goes...

on my form, within vba code, i'm linking a table, then copying it to another common table name for query purposes. when i go to run the query, it says it can't open it because it's exclusively opened by someone else. is the first table hanging open out there somewhere? any suggestions are appreciated. thanks!
 
Maybe try doing this in "exclusive mode"? Just a thought. Holy tek-tips batman!:-0
 
Are you running a make table query or somesuch to create the common table? I can't think why this should not work, I've it loads of times.

What exactly are you doing? Peter Meachem
peter@accuflight.com
 
i think my problem is that i'm using transfertext to link the table. if i go and link it manually, i have no problems. to create the common table, i'm using copyobject...
that seems to be working.
 
I didn't even know you could do that (use transfertext that is). You can link in code (would you like to know how?) or you could use the IN ... code. Peter Meachem
peter@accuflight.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top