list box on report

A

Arain

I have a report where the data i want to have the name of the person to be
selected on the report rather than go record by record to search his name. Is
there a way a combo box can do the selection of the name on the report.
 
C

Carl Rapson

Arain said:
I have a report where the data i want to have the name of the person to be
selected on the report rather than go record by record to search his name.
Is
there a way a combo box can do the selection of the name on the report.

No, reports are not interactive. You'll have to use a form to do this.

Carl Rapson
 
Top