Hi all,
I need to be able to show certain query fields based on whcih tick boxes i select in a form. For example my form contains a drop down box for companyname and then i want to view the revenues of only some countries so i have made them into tickboxes for the user to select.
E.g
Companyname combobox (this works fine, just reference it in criteria on query)
Tickboxes(name of tickbox)=
U.S.(chkUS)
France(chkFrance)
Germany(chkGermany)
Query Fields=
Companyname(linked to combobox choice)
USEst10
FranceEst10
GermanyEst10
So for example, if I want the query to show company name, USEst10 and France Est10 in datasheet view, how do i link the corresponding textboxes in the criteria field of the query??
Please any help would be much appreciated,
Ian
I need to be able to show certain query fields based on whcih tick boxes i select in a form. For example my form contains a drop down box for companyname and then i want to view the revenues of only some countries so i have made them into tickboxes for the user to select.
E.g
Companyname combobox (this works fine, just reference it in criteria on query)
Tickboxes(name of tickbox)=
U.S.(chkUS)
France(chkFrance)
Germany(chkGermany)
Query Fields=
Companyname(linked to combobox choice)
USEst10
FranceEst10
GermanyEst10
So for example, if I want the query to show company name, USEst10 and France Est10 in datasheet view, how do i link the corresponding textboxes in the criteria field of the query??
Please any help would be much appreciated,
Ian