I know this is a simple question, but I am new to this so please bare patience.
I have a main form where users select a company from a combo box and then fill in the product they purchased, quantity, price, etc.
I want another combo box at the top of the form that would allow the user to choose from a list of companies, and then it would filter the forms to show only those records.
How do I do this? And if it involves a combo box, I have also run into the following problem:
My second question is related. Currently, the combo box on the record where the user enters the sales information, saves the company name as its index. For example, Company A ='s 1, Company B ='s 2, etc. This is how I had designed it, but now, if I create a combo box that allows the user to select a company who has bought products, it lists the index, not the name, since that is what is stored in the Selected_Company field. any and all suggestions are much appreciated. Thank you!
I have a main form where users select a company from a combo box and then fill in the product they purchased, quantity, price, etc.
I want another combo box at the top of the form that would allow the user to choose from a list of companies, and then it would filter the forms to show only those records.
How do I do this? And if it involves a combo box, I have also run into the following problem:
My second question is related. Currently, the combo box on the record where the user enters the sales information, saves the company name as its index. For example, Company A ='s 1, Company B ='s 2, etc. This is how I had designed it, but now, if I create a combo box that allows the user to select a company who has bought products, it lists the index, not the name, since that is what is stored in the Selected_Company field. any and all suggestions are much appreciated. Thank you!