Start by looking at the Bound Column property of the combobox and be sure
the value of the combobox is really what you want for the criteria. For
example, the boundcolumn of a combobox is usually 1 and therefore the value
of the combobox is the ID field of the rowsource. If you are using an
autonumber in the rowsource, the value of the combobox will be a number. If
you are expecting a name in the criteria of the query, you're getting a
number from the combobox and consequently the query will not return any
records.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
Over 1100 users have come to me from the newsgroups requesting help
(E-Mail Removed)
"Christina" <(E-Mail Removed)> wrote in message
news:13BAAB8D-C534-4731-B00D-(E-Mail Removed)...
> Dear All,
> I have a combo box in a form linked to a query / report. Both the query
> and
> report work. However when I choose a criteria from the combo box, eg a
> name,
> the report brings no data. Please if any one can help, I would be
> grateful.
>
>
> Thanks
> Christina