A
A. Smart
I have a number of check boxes in a query, I would like to dynamically alter
which check box will be displayed by using a combo box in a form. I am having
a mare with this one everything I have tried doesn't seem to be working heres
what I have for each check box in Criteria:
(SELECT[Fieldname]FROM[Tablename]WHERE[Tablename].[Fieldname] =
[Forms]![Formname]![Comboboxname])
OR
(SELECT[Fieldname]FROM[Tablename]WHERE[Tablename].[Fieldname] <>
[Forms]![Formname]![Comboboxname])
OR
(SELECT[Fieldname]FROM[Tablename]WHERE[Tablename].[Fieldname] NOT
[Forms]![Formname]![Comboboxname])
I have 11 check boxes, maybe thats too many for Mr. Microsoft or I'm just
useless. Pleeease Help.
Cheers
which check box will be displayed by using a combo box in a form. I am having
a mare with this one everything I have tried doesn't seem to be working heres
what I have for each check box in Criteria:
(SELECT[Fieldname]FROM[Tablename]WHERE[Tablename].[Fieldname] =
[Forms]![Formname]![Comboboxname])
OR
(SELECT[Fieldname]FROM[Tablename]WHERE[Tablename].[Fieldname] <>
[Forms]![Formname]![Comboboxname])
OR
(SELECT[Fieldname]FROM[Tablename]WHERE[Tablename].[Fieldname] NOT
[Forms]![Formname]![Comboboxname])
I have 11 check boxes, maybe thats too many for Mr. Microsoft or I'm just
useless. Pleeease Help.
Cheers