Hi
I'm pretty new at coding in Access. I have a form that has several check boxes. Next to these check boxes is a word. The problem that I am having is when the box is checked, how do I get the word to move to my table. I know that multi-select box or combo box is much easier, but I can't use these in my form. The reason is that for each box that is checked, not only does the information get written to a table it is also opening up a new form that is requesting more in depth information. For example, there are three check boxes (dog, cat, bird) when the check box is checked for dog, it writes to the table that the dog was selected and then it also opens up another form called food. Here the user selects the type of food for the dog and then clicks a back button that takes them back to the orginal form where they can go and select another animal. Can someone please help me with the check box coding or give me a better idea on how to get this form to work. Thanks in advance!!