selecting multiple entries for a report

mikeder

Member
Local time
Today, 19:18
Joined
Nov 12, 2002
Messages
34
Hi,

I have a question that I believe should be a common problem.

I have a very simple form that creates a very simple report. The form contains a combo box that allows the user to select from a list of Clients. Upon clicking a button, a report will be generated that lists all the projects completed for that particular Client.

My question is, how do i do it so that I can select more than one client at once on the combo box so that I can have a report that contains project information on more than one Client.

Thanks in advance
 
Short answer cuz I don't have much time rightr now: Use a list box :-)

There's lots of samples and info in the help files on how to use list boxes and then determine, in code, which items in the listbox are selected.
 

Users who are viewing this thread

Back
Top Bottom