DKDiveDude
Registered User.
- Local time
- Today, 05:32
- Joined
- Mar 28, 2003
- Messages
- 56
I am trying to create a framegroup with checkboxes, where each individual checkbox in the framegroup can stay on or off, meaning I want to be able to select (check) several checkboxes, or any combination on or off, not just the limitation of only any one checkbox on, and none other.
Hmm, maybe not the best description. But I have a field in a table, that a bit value, see this table field example:
numAttributes
0;"";1;"Metal";2;"Heavy";4;"Long"
Now an entry for the above example could have none, or several of the above attributes. So the stored value for an object that is made of metal, is heavy and long, would have the value 7 (1+2+4)
Now I want the same on my form, but creating a framegroup with the wizard, I can only select one checkbox at any given time. I want the option to select none, or any combination of them all, and then have the values for each checkbox stored in the table.
I am kind of surprised that this has not been thought of by Microsoft.
For this particular database, I have MANY of such attribute type fields. Any ideas?
Hmm, maybe not the best description. But I have a field in a table, that a bit value, see this table field example:
numAttributes
0;"";1;"Metal";2;"Heavy";4;"Long"
Now an entry for the above example could have none, or several of the above attributes. So the stored value for an object that is made of metal, is heavy and long, would have the value 7 (1+2+4)
Now I want the same on my form, but creating a framegroup with the wizard, I can only select one checkbox at any given time. I want the option to select none, or any combination of them all, and then have the values for each checkbox stored in the table.
I am kind of surprised that this has not been thought of by Microsoft.
For this particular database, I have MANY of such attribute type fields. Any ideas?