ietprofessional
Programmer
Hi Everyone,
I have a form that has multiple radio button (yes and no questions).
My concern is, what is the best way of saving these values? I'm guessing boolean.
I'm wanting to save these values in a database (SQL Server) so that I can retrieve them later on.
Just to explain the project a little more what I plan on doing is creating a datagrid with the account name (one of the fields on the original form). The user will choose an account and they will be lead to the form with the account information and the radio buttons (yes or no questions).
I have a form that has multiple radio button (yes and no questions).
My concern is, what is the best way of saving these values? I'm guessing boolean.
I'm wanting to save these values in a database (SQL Server) so that I can retrieve them later on.
Just to explain the project a little more what I plan on doing is creating a datagrid with the account name (one of the fields on the original form). The user will choose an account and they will be lead to the form with the account information and the radio buttons (yes or no questions).