Yes I know, wrong forum. However, I don't belong to any PC forums and I'm sure some of you have to use this at work. Here is what I want to do:
I need to create a form where users can input data that is then written to the table. I want to have questions such as these: Gender, with radio buttons for male, female. I will have fields in my table that are gender_male and gender_female. If they click male, it will print a 0 to female and 1 to male, and visa versa. I also want to have checkbox questions, in which they can click as many options as they want, similarly printing 0 and 1 as yes/no responses in their respective fields of the data table.
I can make checkbox and option button questions in the form wizard, but I cant figure out how to link each response to its own field in the table. All it lets me do in a multiple response question is assign a 1, 2, 3, 4 etc to each variable, and link that to one field of the table. Please help!