I am having trouble with a combo box problem...
I have a table as follows called 'Product_Allowances'
ProductName Allow_Flag Allow_Brick Allow_Stone
Saxon x
Walling x
Natural Stone x
Natural Walling x x
Where there is an 'x' it is a tick on a check box.
what I want to do is set up a query where the field names where the record value is true. i.e.
If I choose Saxon from the list via a list box, then in another list box, the 'Allow_Flag' will appear.
If I chose Natural Walling, then in the next list box, the fields Allow_Brick and Allow_Stone would appear. The column where the value is false wouldn't appear.
How do I do this?
I have a table as follows called 'Product_Allowances'
ProductName Allow_Flag Allow_Brick Allow_Stone
Saxon x
Walling x
Natural Stone x
Natural Walling x x
Where there is an 'x' it is a tick on a check box.
what I want to do is set up a query where the field names where the record value is true. i.e.
If I choose Saxon from the list via a list box, then in another list box, the 'Allow_Flag' will appear.
If I chose Natural Walling, then in the next list box, the fields Allow_Brick and Allow_Stone would appear. The column where the value is false wouldn't appear.
How do I do this?