I’m creating a form on which I have linked two combo boxes. They are Categories and Products. I’m using the AfterUpdate event procedure on the categories combo box to have only the products in the category chosen show up in the products combo box. Now I would like to add a text box (or label) to the mix. I would like the textbox to automatically reflect the Product ID of the product that is chosen from the products combo box. I would also like to have it so users cannot change the product ID here…it’s for display purposes one (and ultimately I would like it to update a table called “Inventory Transactions”)
Any suggestions?
Thanks,
Christa