Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding "All" to a combobox

Status
Not open for further replies.

sggmm

Technical User
May 9, 2002
5
GB
Hi, I have created a form to allow user to view/print a report. One of the combobox in the form is called 'client' and it links to a query (datesource: SELECT [Clients].[Client] FROM Clients;). If any particular client is chosen, a report of that particular client data will be produced.

I am thinking to add an (ALL) item in the combobox, so that if (ALL) is chosen, all client data will be displayed in the report. Can anyone suggest the easiest way to do so, please?
Thanks.
 
What about a command button beside the combo that says "Print All Clients" ?

G LS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top