save the result of a wildcard search?

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

Guest

Is there a way to save the text string of a wilcard search? I would like to
display the results of the wildcard search records in a report as part of the
Header. Thank you!
 
Is there a way to save the text string of a wilcard search? I would like to
display the results of the wildcard search records in a report as part of the
Header. Thank you!

If it's a Parameter query you can: e.g. if your criterion is

LIKE [Enter search criterion:]

you can put

=[Enter search criterion:] as the control source of a report header
textbox. If the user enters

*xyz*

that's what will show up in the control.

I'm not sure that's what you mean by "the results" though - wouldn't
the results of the query be the query recordsource for the Report
itself?

John W. Vinson[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

Back
Top