Ok I apologize since I know the answer is fairly simple, but all the things I've found searching have been for more complex situations. It's always the easiest parts I struggle with the most...
I have a form based on a query of Accounts Receivable. In this form I have added a listbox showing all of our customers. I would like to have it filter the form to show only the customer that is double clicked. I originally had it set in the query for the
Customer_ID = [Forms]![InvActForm]![custlist] But that would open the form with no data until a customer was selected. I would like the form to open with all of them and then based on what is double clicked to filter to that customer.
Suggestions? Oh and yes, I want to use a listbox not a combobox if that is possible.
Thank you!
I have a form based on a query of Accounts Receivable. In this form I have added a listbox showing all of our customers. I would like to have it filter the form to show only the customer that is double clicked. I originally had it set in the query for the
Customer_ID = [Forms]![InvActForm]![custlist] But that would open the form with no data until a customer was selected. I would like the form to open with all of them and then based on what is double clicked to filter to that customer.
Suggestions? Oh and yes, I want to use a listbox not a combobox if that is possible.
Thank you!