I have two tables Stores and Employees, Where each employee belongs to a store.
I also use another table where i can input data, what I'm trying to achieve is when you select a store in the first column then only the employees from that given store will populate in the second dropdown. I have googled searched and all i seem to come across is the INDIRECT function which means i have to format my employees/store table differently.
Is there another function (or VB) i could use that will look at the table and cross compare the store and return only the employee names. Thank you for any help, it is appreciated.