Random Lookup in a Report

G

Guest

My database contains approximately 700 questions divided into several
category-type tables and reports. There are 80 respondents to the 700
questions and these, too, are incorporated into the reports. The management
team that will be using this database would like to be able to search for a
"random" word or phrase in the database and have the matching
questions/responses compiled into a report. How can I set up a report that
will populate based on whatever word or phrase that they may choose? Thanx.
 
K

kingston via AccessMonster.com

Base the report on a parameter query that searches the data for the random
word or phrase:

[Field] Like "*" & [Search criteria] & "*"
 
G

Guest

Thank you Kingston. Worked wonderfully.

kingston via AccessMonster.com said:
Base the report on a parameter query that searches the data for the random
word or phrase:

[Field] Like "*" & [Search criteria] & "*"

My database contains approximately 700 questions divided into several
category-type tables and reports. There are 80 respondents to the 700
questions and these, too, are incorporated into the reports. The management
team that will be using this database would like to be able to search for a
"random" word or phrase in the database and have the matching
questions/responses compiled into a report. How can I set up a report that
will populate based on whatever word or phrase that they may choose? Thanx.
 

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