Building a query in Code

S

Shane

There may be an easier way to do this but this what I'm
trying to do.

I have a select query that gives me the Purchase order
Id's that a product has been assigned to by clicking on
that product in a list box.

How do I use those ID's for criteria in another query. So
ican vie those records in My purchase Order form.

I know how to change the recordsource once I figure out
how to build the query.
 
Top