LarrySevilla
New member
- Joined
- Oct 15, 2006
- Messages
- 4
- Programming Experience
- Beginner
I have an 'integer' data field "ColorCode" in a table "Colors". Its values are limited to the following (not necessary consecutive):
11 - Red
22 - Blue
33 - Yellow
44 - Green
Can I do the following?
1. Create a group box (or panel)
2. Create four radio buttons for the colors
3. Bind the group box to ColorCode field
If I select/check the Yellow button, 33 will be stored in the ColorCode field.
Or if the value of ColorCode field is 22, the Blue radio button will be selected/checked.
How?
Pls Help...
Larry Sevilla
VB2005 Novice User
11 - Red
22 - Blue
33 - Yellow
44 - Green
Can I do the following?
1. Create a group box (or panel)
2. Create four radio buttons for the colors
3. Bind the group box to ColorCode field
If I select/check the Yellow button, 33 will be stored in the ColorCode field.
Or if the value of ColorCode field is 22, the Blue radio button will be selected/checked.
How?
Pls Help...
Larry Sevilla
VB2005 Novice User