I have a combo box (cmbJobs) in a form (frmData) which links to another table (tblJobs) . If the data entered into the combo box in not in the table (tblJobs) I wish to open the form (frmJobs) associated with that table. I will then create a new record, close the form and carry on entering data in the original combo box (cmdJobs). How can this be done?
Thanks Sandy.
Thanks Sandy.