B
bhipwell via AccessMonster.com
Hello,
I have a table which contains data for employers. The table then has a field
for each type of product they could offer to indicate if they offer the
product or not...
CompanyID
PeachesOffered (Yes or No)
PlumsOffered (Yes or No)
OrangesOffered (Yes or No)
BananasOffered (Yes or No)
PearsOffered (Yes or No)
I am creating a list box on a form which needs to only display those products
offered by the filtered Company. When I open the form, I have already
filtered down to the specific company we want to work with.
As an example, I may have a row of data that says:
Company ABC; Yes; No; Yes; Yes; No
The "Yes" and "No" correspond to the their product offerings in the table.
Based on this, I want the list box to show...
Peaches
Oranges
Bananas
Plums is left out because the data showed "No".
How do I get the list box to do this?
Thanks!
BH
I have a table which contains data for employers. The table then has a field
for each type of product they could offer to indicate if they offer the
product or not...
CompanyID
PeachesOffered (Yes or No)
PlumsOffered (Yes or No)
OrangesOffered (Yes or No)
BananasOffered (Yes or No)
PearsOffered (Yes or No)
I am creating a list box on a form which needs to only display those products
offered by the filtered Company. When I open the form, I have already
filtered down to the specific company we want to work with.
As an example, I may have a row of data that says:
Company ABC; Yes; No; Yes; Yes; No
The "Yes" and "No" correspond to the their product offerings in the table.
Based on this, I want the list box to show...
Peaches
Oranges
Bananas
Plums is left out because the data showed "No".
How do I get the list box to do this?
Thanks!
BH