I'm using Access 2003 and am creating simple data entry forms for survey results. I'm pretty comfortable using all the wizards but am not a coder.
I want the Access form to look exactly like the original questionnaire on which there were several yes/no questions. Therefore, I want the Access form to show two choices (one for 'Yes' and one for 'No') for those questions.
I've set those fields up as 'Text' data types, no default values, and 'not required' in the table. On the form, I've created an option box with checkboxes: 'Yes'=value of 1, 'No'=value of 2. All works fine until I accidentally check a question where there actually was no response - I can't then 'uncheck' it. I can change the response from 'y' to 'n' or vice versa, but I can't clear the field all together.
I've tried changing the data type to 'Y/N' in the table, but then I only show one checkbox on the form which doesn't meet the criteria of having the form match the questionnaire. Creating a third choice in the option box of 'No Response' (with a '0' value) also doesn't meet the criteria. Radio buttons didn't make a difference either.
Is there a way to make this work?
I want the Access form to look exactly like the original questionnaire on which there were several yes/no questions. Therefore, I want the Access form to show two choices (one for 'Yes' and one for 'No') for those questions.
I've set those fields up as 'Text' data types, no default values, and 'not required' in the table. On the form, I've created an option box with checkboxes: 'Yes'=value of 1, 'No'=value of 2. All works fine until I accidentally check a question where there actually was no response - I can't then 'uncheck' it. I can change the response from 'y' to 'n' or vice versa, but I can't clear the field all together.
I've tried changing the data type to 'Y/N' in the table, but then I only show one checkbox on the form which doesn't meet the criteria of having the form match the questionnaire. Creating a third choice in the option box of 'No Response' (with a '0' value) also doesn't meet the criteria. Radio buttons didn't make a difference either.
Is there a way to make this work?