So I've been working on this big project and part of it is to be able to input data into a form that looks just like the one everyone is using currently.
The thing is that the form is made up of mostly checkboxes:
Eventually I want to be able to do some calulations with this data. The check boxes at Yes/No check boxes which works for the Satisfactory/Unsatisfactory part but I was wondering if I could assign a value to it (ex: 5).
I was thinking of different ways to go about this and was thinking along the lines of using the count function to get some data.
I read on the microsoft page about changing the countrol source with IIF([<fieldname>]=True,"","5"). What is/How do I get to the control source? Would I have to use Yes instead of True because I use yes/no boxes?
If this works to import it into excel or something that would work just as fine too.
Thanks!