List box parameter is query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list box on a form. the reason i have used a list box instead of a
combo box is that id like to be able to do multiple selections from the
control.

Basicly fill in the fields on the form click the run report button and the
report will open use the values from the fields (one of which is the list
box) to generate the report.

Basicly the problem im having is that the query only seems to recognise that
i have one entry in the list box selected, the first entry. It even seems to
take the first entry in the list even if i dont select it.

Is there a way of making multiple parameters on one field of the query, from
the selected rows of a list box?

note the list box will contain a fix number of rows for any given situation.

help please.
 
Back
Top