RE: Collect the rows that match a list of numbers
- From: MMTneedsHelp <MMTneedsHelp@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 7 Jan 2009 21:10:06 -0800
Thank you, it solved it. I was thinking way too complicated to solve this.
The real issue with this is that I would need to make a really easy user
interface to automatically do the process. I´m trying out to do it with a
macro, but it seems a bit too complex to send all the info automatically to
get through the import wizard...
The best thing would be to tell the user that, simply put this new file in
this folder every monday, open the access form and hit the button.
"Dale Fye" wrote:
You can either link or import the Excel file into Access..
Once you have done that, create a new query.
Then add the "massive" Access table and the table you imported/linked from
Excel to the top of the query grid.
Next, find the field in the Access table that is supposed to match the
freight numbers from the Excel table. Click on that field (hold it down),
and drag it across to the field in the Excel table that it is supposed to
match. This is called an inner join, and maps records from one table to
records in another table. When you run a query with this type of join, you
will only get records back which have matching values in both tables.
Now, identify those fields from the "massive" Access table that you want to
display and add them to the grid.
Now, run your query.
--
HTH
Dale
email address is invalid
Please reply to newsgroup only.
"MMTneedsHelp" wrote:
I hope someone can help me with this. I have a massive table that has all
kinds of freight information. I have an xls file that has 300 rows of
different freight numbers. I would need to collect the rows that has these
numbers in their row/column. Is it possible to make a query that use so many
values from a separate file as a criteria? If neccessary, I don´t mind making
a new table from the xls file.. I guess a sort of "look up criterias" thing
is in order...
- References:
- Collect the rows that match a list of numbers
- From: MMTneedsHelp
- RE: Collect the rows that match a list of numbers
- From: Dale Fye
- Collect the rows that match a list of numbers
- Prev by Date: Re: Group results into groups of 10
- Next by Date: Re: Group results into groups of 10
- Previous by thread: RE: Collect the rows that match a list of numbers
- Next by thread: Re: Collect the rows that match a list of numbers
- Index(es):