Well, i spent a rather large part of the day revamping my current design. I was going to create a 5 drop down boxes on a form with 5 variables in each box. The object is to select a method of contact with clients. Example: Phone, Email, In Person, Social Media, etc. The reason for five boxes is the result could be more than one method of contact. Example: Email & Phone
I thought, hey, what's up with check boxes? They would be much simpler and an easier path. So I added one. I thought ok, I will save my progress on the form and take a look at my table to see where the data is stored. I have read that the output for a check box is either a -1 or a 0 (yes/no).
So I went digging. I cant find the data for the check boxes, but it is being saved to the record. That isn't going to work for me because I am wired to need to know how and why![]()
I'm sure it is pretty simple, anyone care to enlighten me?