R RJN Registered User. Local time Yesterday, 21:38 Joined Jun 15, 2007 Messages 11 Jul 2, 2007 #1 My SELECT statement is pulling from my external data source. I want the selected records to be imported to my local access MDB into a table I have already set up. How would I let access know which table is local/external in my query?
My SELECT statement is pulling from my external data source. I want the selected records to be imported to my local access MDB into a table I have already set up. How would I let access know which table is local/external in my query?
KeithG AWF VIP Local time Yesterday, 21:38 Joined Mar 23, 2006 Messages 2,591 Jul 2, 2007 #2 Are you using a pass through query? If so you will have to create a seperate Append query from your PT query to append the record to your table.
Are you using a pass through query? If so you will have to create a seperate Append query from your PT query to append the record to your table.
R RJN Registered User. Local time Yesterday, 21:38 Joined Jun 15, 2007 Messages 11 Jul 3, 2007 #3 Works like a charm. Sometimes I don't think outside the box enough. Thanks
KeithG AWF VIP Local time Yesterday, 21:38 Joined Mar 23, 2006 Messages 2,591 Jul 3, 2007 #4 Glad it worked! You need to use the JET database engine to insert the records from the ODBC data source.
Glad it worked! You need to use the JET database engine to insert the records from the ODBC data source.