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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using a list of values as criteria in a query

Status
Not open for further replies.

Bendiesel

MIS
Joined
Jun 18, 2008
Messages
2
Location
US
Hi all -

I would like to give users the ability to upload a list of part #s to insert as criteria into a query. Ideally, the user would be cut and paste the values from an excel file into a text box within an access form. Since the number of items could go well beyond 100+, individual text boxes for each part # wont work.

Anyone know how I could do this?

Thanks in advance,
 
I'd populate a temporary table of part# and I'd join it to the query.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Im sure I'm showing some ignorance with this question. Since there will be multiple users with differing criteria (at the same time), wont that create a problem? Or, does a temp table that is joined only affect the current user?
 
does a temp table that is joined only affect the current user
Provided the temp table is in the local FrontEnd db

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top