Report help

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.
 
L

Larry Linson

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.

Some interactivity is supported in Access 2007 Reports, a subject on which I
can be of little help; but generally, the selection via Combo Box has been
done in a Form, from which the information is used to construct the
WhereCondition argument of a DoCmd.OpenReport statement. See Help in any
Module's code Window for DoCmd.OpenReport.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top