View Single Post
  #2  
Old March 9th, 2010, 02:49 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 1,555
Default Importing data from multiple sources

.... and as an alternative, you may be able to link to, rather than import,
the data. You could still then use queries to compare...

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Chris" wrote in message
...
You could import the data from the two sources, creating a table for each.
Then, you can create a query that compares the data in the tables.

"TedChicago" wrote:

I need to import data of members from two different sources, and then
compare
the data. Is there an easy way of doing this?
--
Ted in Chicago