I have 2 combo boxes: Order_type and Order_Description (both come from 1 table) and displayed on 1 form. I want to restrict the values in Order_Description to related records in Order_type. I.e when an user select "Stationary" in Order_type, values in Order_Description would be restricted to: "pencil, eraser, pens."
Please tell me how to this?
Please tell me how to this?