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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy linked table to a local table

Status
Not open for further replies.

AT76

Technical User
Apr 14, 2005
460
US
Hi,

I'm trying to copy a linked table to a local table via: DoCmd.CopyObject. The problem is the new created table also has the linked properties. Could someone help me with the correct syntax so the new table is not linked but local?

Thank you!
 
Why not simply a MakeTable query ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Yes, you are right. I will do a MakeTable query
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top