I
InventoryQueryGuy
It is possible to retrieve the field names from a query whereby I choose
which row to analyze (eventually from a combo box on a form) and return the
result(s) when above 4?
For example in the table below, I can choose BP as the Product/Service, then
my result would be Name1 and Name3.
prodserv tbl
ID Product/Service Name1 Name2 Name3 Name4
1 MPiC 4 2 7 1
2 BP 6 3 5 2
3 Leadership 3 2 1 3
Is this even possible, or should I have a separate table and query for each
Product/Service (there are ~50 of them!). If this is possible, what would the
SQL look like?
-Thanks.
which row to analyze (eventually from a combo box on a form) and return the
result(s) when above 4?
For example in the table below, I can choose BP as the Product/Service, then
my result would be Name1 and Name3.
prodserv tbl
ID Product/Service Name1 Name2 Name3 Name4
1 MPiC 4 2 7 1
2 BP 6 3 5 2
3 Leadership 3 2 1 3
Is this even possible, or should I have a separate table and query for each
Product/Service (there are ~50 of them!). If this is possible, what would the
SQL look like?
-Thanks.