A
alex
I’m trying to construct a form, but am running into a bit of a
roadblock…
I’d like to create a form with a tabbed controlled subform.
On each of the tabs (2 of them) I’d like about 15 checkboxes. So the
user opens the form (with the tabbed subform) and can choose from 30
checkboxes. This data is of course stored in a table and can be
edited when the form is reopened. The unique identifier in this
situation would be something called the CaseName and is held on
another form.
What I just described can easily be done with a table that contains
the [CaseName] and 30 checkbox fields. That, I don’t believe, is the
best way to go and is certainly not normalized data.
The table should look something like this:
[CaseName] [CheckBox Identifier]
MiniMart CB1
MiniMart CB4
MiniMart CB6
ShellMart CB1
ShellMart CB10
That way I can create another table with the [CheckBox Identifier] and
a [Description] then set a relationship.
I cannot figure out, however, how to translate 30 checkboxes into the
proper table. I could probably write the data to a table, but then
how could it be edited by the user; i.e., when the user opens the form
with particular case (e.g., MiniMart) check box CB1, CB4, and CB6 are
all true and can be edited while new checkbox values are added!
Has anyone run into this situation? I hope I haven’t confused anyone.
alex
roadblock…
I’d like to create a form with a tabbed controlled subform.
On each of the tabs (2 of them) I’d like about 15 checkboxes. So the
user opens the form (with the tabbed subform) and can choose from 30
checkboxes. This data is of course stored in a table and can be
edited when the form is reopened. The unique identifier in this
situation would be something called the CaseName and is held on
another form.
What I just described can easily be done with a table that contains
the [CaseName] and 30 checkbox fields. That, I don’t believe, is the
best way to go and is certainly not normalized data.
The table should look something like this:
[CaseName] [CheckBox Identifier]
MiniMart CB1
MiniMart CB4
MiniMart CB6
ShellMart CB1
ShellMart CB10
That way I can create another table with the [CheckBox Identifier] and
a [Description] then set a relationship.
I cannot figure out, however, how to translate 30 checkboxes into the
proper table. I could probably write the data to a table, but then
how could it be edited by the user; i.e., when the user opens the form
with particular case (e.g., MiniMart) check box CB1, CB4, and CB6 are
all true and can be edited while new checkbox values are added!
Has anyone run into this situation? I hope I haven’t confused anyone.
alex