I have a project form (frmProjects) that contains an unbound control. This control (cboProjectCompany) has a list of vendors/companies. A second dropdown (cboPONumber) contains account numbers associated with the chosen company. This control is bound to the project table, but the vendor/company is not.
I have another form used to search/update projects. When you choose the project from the dropdown in this form, the project form opens with all of the entered data with the exception of the vendor/company name and the account number. The account number does not show up as it is associated with the company. When you re-select the vendor/company, the correct account number shows.
Is there a way to get the correct vendor/company to show, even though the control is unbound?
I have another form used to search/update projects. When you choose the project from the dropdown in this form, the project form opens with all of the entered data with the exception of the vendor/company name and the account number. The account number does not show up as it is associated with the company. When you re-select the vendor/company, the correct account number shows.
Is there a way to get the correct vendor/company to show, even though the control is unbound?