Guys,
I am new to this type of form can you please help.
I have a simple form thats data source is a query. This query looks at historical customer order details. There are 19706 records when the query runs.
I have created a new form with an unbound combo that row source is the customer names table and I can select a customer from this table in the combo box OK.
However, I want the records to filter down from 19706 to just show those that relate to the customer I select and I then want a command button to run a report showing this selection.
I am stuck on how to do the following:
(1) The data in my combobox from the customers table is not alphabetical - how can I sort this?
(2) How do I create the filter on the records from the combobox selection?
(3) How do I run a report from the filitered combobox selection.
Thanks guys
JohnG
I am new to this type of form can you please help.
I have a simple form thats data source is a query. This query looks at historical customer order details. There are 19706 records when the query runs.
I have created a new form with an unbound combo that row source is the customer names table and I can select a customer from this table in the combo box OK.
However, I want the records to filter down from 19706 to just show those that relate to the customer I select and I then want a command button to run a report showing this selection.
I am stuck on how to do the following:
(1) The data in my combobox from the customers table is not alphabetical - how can I sort this?
(2) How do I create the filter on the records from the combobox selection?
(3) How do I run a report from the filitered combobox selection.
Thanks guys
JohnG