Parameter prompt

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

Guest

I have a report that prompts me for a value when opened. It the takes this
vlaue and returns the approptiate record. How do i make this prompt into
drop-down menu so i can select the parameter value from a list instead of
having to type it in?

Thanks!
 
Generally, you need to create a "Pre-Processor" Form with a ComboBox (where
the user can select a value) and a CommandButton to process the Report.

Use the full reference to the ComboBox as the Parameter in the Query being
used as the RecordSource for the Report.
 

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

Back
Top