Question
Show online checkbox only if checkbox is checked in db
I have a table with about 40 checkboxes in a MS Access db.
I also have an online form (.asp) that people will use to search against
these checkbox fields. So if they check 'plum' and 'apple' only records with
both plum and apple checked will show on the results page. This works, but I
have a problem...
The problem is that some of the 40 checkbox fields may never get checked or
may get checked in a week a month a year... who knows.
I don't want the online user to be able to search (or even see) these on the
online form.
How do I make the form auto-magically show these checkboxes only when there
is at least one record in the table with that field checked?
Thanks for any help!
-Joe
I also have an online form (.asp) that people will use to search against
these checkbox fields. So if they check 'plum' and 'apple' only records with
both plum and apple checked will show on the results page. This works, but I
have a problem...
The problem is that some of the 40 checkbox fields may never get checked or
may get checked in a week a month a year... who knows.
I don't want the online user to be able to search (or even see) these on the
online form.
How do I make the form auto-magically show these checkboxes only when there
is at least one record in the table with that field checked?
Thanks for any help!
-Joe