I am creating a Db to store the data on reviews completed on case files for an agency. There are about 174 questions, each of which can be answered Yes, No or NA.
I know how to make a data type be Yes/No, but how do I add in NA? I'm thinking that on the input form I'll want to use an option group, with a button for each answer; however, I'm not sure how to store the NA. Or should I not be using a data type of Yes/No?
Thanks!
I know how to make a data type be Yes/No, but how do I add in NA? I'm thinking that on the input form I'll want to use an option group, with a button for each answer; however, I'm not sure how to store the NA. Or should I not be using a data type of Yes/No?
Thanks!