On a form in one of my databases, I have two combo-boxes, and one feeds the other via cascading information. I picked up the tip here: http://fontstuff.com/access/acctut10.htm
The two combo boxes are Supplier Name and Supplier Number.
I need Supplier Name to update Supplier Number automatically. If you choose one Supplier Name, then the Supplier Number cascaded into the combo-box, and then change Supplier Name, Supplier Number does not auto-update, meaning it is now mismatched. This is a potential risk for users entering wrong data into the tables. I am wondering if there is a quick Form Properties or VBA fix for this issue. Any ideas?