I have a dropdown combo box in a form for a "Project_ID"
called: Combo28
(this is the primary key basically). There are also 5 other "Error_Code"
combo boxes called: cboErrCod1, cboErrCod2, cboErrCod3, cboErrCod4, cboErrCod5.
I'm looking to create some sort of "On Change" code that will only display the Error Codes pertaining to the Project_ID selected in the Combo box "Combo28"
only.
The error codes are stored in a separate table and each code is associate to a particular project_Id.
Can anyone help?