A
Al
I'm not sure if this can be done with just a query, it may need a macro so
if I am in the wrong group, let me know.
I have 2 tables. I want to select a record in the 1st table and perform a
query on the second table based on values in that record. These are just
examples.
Table 1
Item - Number - Color
Table 2
Name - Number - Letter
I need the query to do a >= on the number. The tricky part is the 2nd one.
The search criteria changes based on the value, for example, if the color
was Red then I would need to search for "A" or "C" or "F" but if the color
was Blue I would need to search for "B" or "C" or "D" and so on.
if I am in the wrong group, let me know.
I have 2 tables. I want to select a record in the 1st table and perform a
query on the second table based on values in that record. These are just
examples.
Table 1
Item - Number - Color
Table 2
Name - Number - Letter
I need the query to do a >= on the number. The tricky part is the 2nd one.
The search criteria changes based on the value, for example, if the color
was Red then I would need to search for "A" or "C" or "F" but if the color
was Blue I would need to search for "B" or "C" or "D" and so on.