sub_nitrox
Registered User.
- Local time
- Today, 10:27
- Joined
- Sep 28, 2006
- Messages
- 20
Hi,
I need an help on my DB.
I have a form with some comboboxes and checkboxes inside an option group, which is a value of a table.
The table is named TB_ALLEGATI and the field inside this table is named TIPO_CANALE (this also the option group name).
the checkbox inside the option group are named SMS, MMS and VOICE with value as 1, 2 and 3.
I want to save the value checked by the user and store it in the table TB_ALLEGATI, but the problem is that i'm able to save only 1,2 or 3 and not the value name that are SMS, MMS and VOICE.
Have you a suggestion on how to perform this action?
Have you any code example?
Thanks in advance.
Regards.
Antonio.
I need an help on my DB.
I have a form with some comboboxes and checkboxes inside an option group, which is a value of a table.
The table is named TB_ALLEGATI and the field inside this table is named TIPO_CANALE (this also the option group name).
the checkbox inside the option group are named SMS, MMS and VOICE with value as 1, 2 and 3.
I want to save the value checked by the user and store it in the table TB_ALLEGATI, but the problem is that i'm able to save only 1,2 or 3 and not the value name that are SMS, MMS and VOICE.
Have you a suggestion on how to perform this action?
Have you any code example?
Thanks in advance.
Regards.
Antonio.