G
Guest
I would like to produce a report based on one record from the many in my
database. The database holds records of customers, andI need to print off
separate reports for each customer from time to time - but never all at one.
I'd like to create a list box, or combo box, from which I select the customer
whose record I'd like to print. When I scroll down through the list, and
click on the customer name, the report will open showing that customer's
details, and only that customer.
I realise I may have to create a query first of all, based on my table of
records, but don't know how to write the code to select the customer.
database. The database holds records of customers, andI need to print off
separate reports for each customer from time to time - but never all at one.
I'd like to create a list box, or combo box, from which I select the customer
whose record I'd like to print. When I scroll down through the list, and
click on the customer name, the report will open showing that customer's
details, and only that customer.
I realise I may have to create a query first of all, based on my table of
records, but don't know how to write the code to select the customer.