Hey guys! Thanks for all the past help and I have another question:
I am trying to set up a subform and am using the Subform Linker to link the two forms. I have a combo box on the main form that I want to make a selection from and have the subform update automatically. However, I can only link the two forms, instead of the combo box to the subform. When I link the two forms, I keep getting an error stating that I have a data type mismatch. I believe this has to due with the fact that the linking field in the parent form is an Autonum field and the corresponding field in the subform is a regular text field. However, it is actually the bound field of the combo box that I should be linking to, I think. How do I get around this?