office_guru
Registered User.
- Local time
- Today, 09:08
- Joined
- Nov 17, 2004
- Messages
- 19
I have a table listing companies and their capabilities identified via some 20 check boxes (yes/no fields). I'd like to use a form for users to use to identify companies that match the capabilities checked off.
I attempted to do this by creating a parameter query (=[forms]![frmname]![fieldname]) that feeds off of the inputs of the form. It partially works, the problem is it's only returning everything that's exactly the same (ie if you select 10 capabilities and there's a company with those 10 capablilities plus more capablities that company will not be returned in the result.) I'm guessing I need to do some sort of and/or query however can not get my arms around it so that it would show companies with all the capablities showing plus any additional capablitities.
I looked into the cascading combo box samples in the forum however there is no descending criteria I can apply and don't think that would be applicable in my situation.
Any insight, input would be greatly appreciated.
I attempted to do this by creating a parameter query (=[forms]![frmname]![fieldname]) that feeds off of the inputs of the form. It partially works, the problem is it's only returning everything that's exactly the same (ie if you select 10 capabilities and there's a company with those 10 capablilities plus more capablities that company will not be returned in the result.) I'm guessing I need to do some sort of and/or query however can not get my arms around it so that it would show companies with all the capablities showing plus any additional capablitities.
I looked into the cascading combo box samples in the forum however there is no descending criteria I can apply and don't think that would be applicable in my situation.
Any insight, input would be greatly appreciated.
