G
Guest
Boy am I stuck, and I fear I'm mission something obvious. Can someone please
help??
I have a form with 3 *required* parameters on it:
** an option box, optCoInd: user must check either Company or Industry
** a combo box, cboAttribute: user must select from several drop down
Attributes
** a combo boc, cboYearsonFile: user must select from several drop down Years
Once completed, the user of naturally presses a Go command button. I'm
unable to get the VB syntax correct for the event procudure associated with
this button due to the multiple whereconditions.
Additionally, regarding the option box selection: the Company and Industry
data (consisting of years and attributes) come from separate tables -
tblCompanies and tblIndustries - I'm unclear how to structure the underlying
query for this output, given that the query's base data needs to "toggle"
between tblCompanies and tblIndustries. Can anyone offer some help ???
Very very much appreciated. . .
Marika
help??
I have a form with 3 *required* parameters on it:
** an option box, optCoInd: user must check either Company or Industry
** a combo box, cboAttribute: user must select from several drop down
Attributes
** a combo boc, cboYearsonFile: user must select from several drop down Years
Once completed, the user of naturally presses a Go command button. I'm
unable to get the VB syntax correct for the event procudure associated with
this button due to the multiple whereconditions.
Additionally, regarding the option box selection: the Company and Industry
data (consisting of years and attributes) come from separate tables -
tblCompanies and tblIndustries - I'm unclear how to structure the underlying
query for this output, given that the query's base data needs to "toggle"
between tblCompanies and tblIndustries. Can anyone offer some help ???
Very very much appreciated. . .
Marika
