I have been looking around to figure this out, but haven't found anything that works yet.
I have a form based on a table - Workflow. I have two combo boxes that look at two other tables for their values. Combo2 uses table Contract_Type to pick a contract_type. Combo4 uses table Contract_Name to pick a contract_name that is tied to a contract type.
I want to the user to be able to pick "Medicare" or "Commercial" from the Contract_Type combo box and then, based on what they select, filter the Contract_Name(s) so that the drop-down only shows names tied to that contract_type.
I think it's just a matter of modifying my Row Source, but I can't figure out the correct code to use.
Any help is greatly appreciated
I have a form based on a table - Workflow. I have two combo boxes that look at two other tables for their values. Combo2 uses table Contract_Type to pick a contract_type. Combo4 uses table Contract_Name to pick a contract_name that is tied to a contract type.
I want to the user to be able to pick "Medicare" or "Commercial" from the Contract_Type combo box and then, based on what they select, filter the Contract_Name(s) so that the drop-down only shows names tied to that contract_type.
I think it's just a matter of modifying my Row Source, but I can't figure out the correct code to use.
Any help is greatly appreciated