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

Copy and Paste a table using code..

Status
Not open for further replies.

chickenbrew

Technical User
Mar 2, 2005
2
GB
How do i copy and paste my link table (linked via ODBC to a cache database) in access using code rather than manually..

the standard make table query method doesnt work because a cache table ODBC errors at any attempt to make table so it has tto be the code equivilant of right click copy, left click paste structure..

thanks in advance.
 
You can't do this ?
SELECT * INTO newLocalTable FROM linkedTable

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
erm... afraid not...

that odbc errors out..

its a nightmare..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top