View Full Version : impoting tables frm ODBC


amadkow
11-23-2004, 02:25 PM
I am pretty new to Access so I am sorry if I get any terms wrong and what not.

My problem is that I need to set up a macro or something to automaticly delete two tables and then import 2 tables from an ODBC database. I need to make this as userfriendly as possible. I can't get it to delete the tables but I have no idea how to get it to import the new tables.

jomusichn
11-23-2004, 04:25 PM
Link the tables that you want imported.
ie: "tblODBC"
use a a make table query to copy the imported data to a table.
ie: (tblODBCImported).


I do this often and I set the query to run once a day.

John

amadkow
11-23-2004, 04:32 PM
OK I will give that a shot thanks.

amadkow
11-26-2004, 08:28 AM
how do I make a make table query?

reclusivemonkey
12-03-2004, 07:35 AM
In the query design view, click "Query" on the file menu and then choose "Make-Table Query".

FLabrecque
12-16-2004, 08:51 AM
I have the exact same question.. so instead of making a new thread, I'll post it here.

Is Make-Table Query available in MS-Access 2000? It doesn't appear in the FILE MENU of my query (or table, I tried both). And... yes, I did click on the double arrows to see all the choices available.

If it's not possible with my version of Access, how should I proceed?

Thanks!