I have a form called frmContactInfo and when I pull up a specific record, then click on “Camper” button which brings up another form called frmCmpPermInfo, it refuses to insert the ContactID from frmContactInfo into table that is attached to frmCmpPermInfo.
I had used the Toolbar Wizard to create a button that opens another form. How can I modify the event so that it would insert the contactID from the initial form into the secondary table?