davies107
Registered User.
- Local time
- Yesterday, 23:25
- Joined
- Oct 2, 2012
- Messages
- 143
i have 2 combo boxes. 2nd combo box is dependent in the first combo box. values work perfectly fine. my problem is that, these combo boxes are in a Form that will add new records, once a new record has been added the item in my Table shows a number not the exact word.
For example:
Combo Box 1:
(ITEMS) - (ITEM ID)
Apple - 1
Banana - 2
Grapes - 3
Orange - 4
Combo Box 2; if the user click Apple, these are the choices:
Yellow
Green
Brown
Black
and if the user click Green, it works fine, in the form.. it shows Apple and Green.
but once I saved it the problem occurs. what is saved in the Table is 1 and Green...
Anyone has an idea?
For example:
Combo Box 1:
(ITEMS) - (ITEM ID)
Apple - 1
Banana - 2
Grapes - 3
Orange - 4
Combo Box 2; if the user click Apple, these are the choices:
Yellow
Green
Brown
Black
and if the user click Green, it works fine, in the form.. it shows Apple and Green.
but once I saved it the problem occurs. what is saved in the Table is 1 and Green...
Anyone has an idea?