My first form (frmEnquiry) is a customer details form which contains a unique customer number called enqID. The text box which contains this number is called EnquiryID.
My second form (tblCallB) is a separate independant customer check form which is related to the same table as the first form.
After completing the first form i want to click a button which takes you to the next form, so that i can fill in the check details, then save these details to the current record.
Unfortunately at the moment the customer check form does not relate to the same record as my customer details.
Can anybody help?
My second form (tblCallB) is a separate independant customer check form which is related to the same table as the first form.
After completing the first form i want to click a button which takes you to the next form, so that i can fill in the check details, then save these details to the current record.
Unfortunately at the moment the customer check form does not relate to the same record as my customer details.
Can anybody help?