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!

Frontend Local Tables 2

Status
Not open for further replies.

ZOR

Technical User
Jan 30, 2002
2,963
GB
If I can, how do I import tables into a front end to be as local tables? I tried Import, but that imported tables with the blue box/arrows denoting they were somewhere else. Thanks
 
ZOR,

Did you try:
DoCmd.TransferDatabase acImport, "Microsoft Access", <access file>, acTable, <remote tablename>, <local tablename>

Works for me.

W.
 
When you did the import, which MDB file did you choose to get the table from?

I suspect you had it import from itself. Import from the back-end MDB instead.
 
Thanks both. You were correct JoeAtWork, I got them from the wrong place. Made so many progressive copies of things and picked wrongly. It threw me when I used the inport tables and not the link tables. Have a star, and fiep thanks for the code. I'll use that later I'm sure. Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top