View Single Post
  #2  
Old February 20th, 2007, 06:24 PM posted to microsoft.public.access.queries,microsoft.public.access.reports
Dale Fye
external usenet poster
 
Posts: 2,651
Default Query...Expression

Your best bet is to create a form to use to run these reports.

On the form, have a combo box that lists the reports that can be run, and
another combo box that lists the phrases that are appropriate for each
report. Then have the query that the report is based on refer to the
information in your combo box. Lastly, have a command button that actually
runs the report, using the OpenReport method.

HTH
Dale
--
Email address is not valid.
Please reply to newsgroup only.


" wrote:

Hello,

I run a few reports based on queries that have expressions, that
enable me to enter the data that should be displayed in that field. I
usually only enter 2-3 different phrases in those fields, how can I
make the query that it would give me the choice of which phrase I
should enter. So if I would run the query or report it would ask Type
1 for phrase A, type 2 for Phrase B...etc. Any other ideas to do this
would be appreciated.

Thank you in advance