Using a combo box to open a report

S

seg42

I'm running into a problem, where from a main menu form, I need to have a
combo box where a user can select a record from another form and print a view
it's report. Help?
 
D

Duane Hookom

How far have you gotten? BTW: records are stored in tables, not forms. You
can use a table or query as the Row Source of your combo box. You can then
use the selected value of the combo box in a where condition of the
DoCmd.OpenReport method.

If you still have questions, you can search google groups *Access.Reports*
for my name and the phrase:
strWhere = "1=1 "
 

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

Similar Threads


Top