N
Nick
Created a form to list outstanding invoices, the datasource is a query called
"invoices due" When I open that form it list all my outstanding invoices, so
far so good.
Now I want to add a drop down list control on the form to further filter the
returned results to show only specific customers.
The form (and query) allready have and display the customer name, so that
data is allready there.
3 things are stumping me.
1) I tried to add a list box pulling the data from the customer name in the
query, but that returned multiple copies of each name in the list box.
2) Also, when I choose a name it did not up date the form.
3) I also want an option in the list to allow me to show all the record.
Really just need a control on the form that lets me choose the paramiter for
"cutomer" in the filter/search. Not sure the easiest way to do this.
Thanks,
Nick
"invoices due" When I open that form it list all my outstanding invoices, so
far so good.
Now I want to add a drop down list control on the form to further filter the
returned results to show only specific customers.
The form (and query) allready have and display the customer name, so that
data is allready there.
3 things are stumping me.
1) I tried to add a list box pulling the data from the customer name in the
query, but that returned multiple copies of each name in the list box.
2) Also, when I choose a name it did not up date the form.
3) I also want an option in the list to allow me to show all the record.
Really just need a control on the form that lets me choose the paramiter for
"cutomer" in the filter/search. Not sure the easiest way to do this.
Thanks,
Nick