I have a form with a combo box to select the Contact name. I've been playing with this for awhile and have a couple of attempts at coding for this combo box in the form's module. Even deleted then re-created the combo box with a different name and tried different code on that. Finally got the form to work.<br><br>I copied this form cause I'm going to try another table structure and form redesign. Now when I open the copy of the form (without having changed a thing on the form) I get a message asking for Forms!ContactInformation!cboMemberSelect and when I select a name from the combo box I get a message asking for Forms!ContactInformation!Find. Does this mean something in the code of the original form isn't correct - however, when I open the original form - it works! How come?<br><br>In learning to program if I end up deleting a command button (whether its created with a Wizard or not) should I also go into the code and remove the code that went with that button?