I have a main form named frmInvoices and subform named frmInvoicesDtls
In the main form, when I select the SubName from the cboSubName, the combo box cboSite refreshes to show only the job sites that particular sub-contractor is working on. For each job site, a new order number is generated for the sub-contractor. This information is saved in the table tblSubContractorJobDtls
What I would like to do is that when both the SubName and Site are selected, the subcontract order number from tblSubContractJobDtls automatically enters in the subform frmInvoicesDtls in the text box txtSubContractOrder.
Is this possible?
I also have one more question but that is for a different thread
I'm getting the information in the subform using a Dlookup formula but I don't think this is the best method.
In the main form, when I select the SubName from the cboSubName, the combo box cboSite refreshes to show only the job sites that particular sub-contractor is working on. For each job site, a new order number is generated for the sub-contractor. This information is saved in the table tblSubContractorJobDtls
What I would like to do is that when both the SubName and Site are selected, the subcontract order number from tblSubContractJobDtls automatically enters in the subform frmInvoicesDtls in the text box txtSubContractOrder.
Is this possible?
I also have one more question but that is for a different thread
I'm getting the information in the subform using a Dlookup formula but I don't think this is the best method.
Last edited: