How do I re-run a report with new parameters?

  • Thread starter LeslieJ via AccessMonster.com
  • Start date
L

LeslieJ via AccessMonster.com

I have a report that is based on a parameter query through a form. Once the
user has viewed the information they selected, they might want to select new
information and re-run the report.

Is there anyway to to do this by when the user closes the report a message
pops up asking if they would like to Search again, and if they say yes, then
the form comes up again, and the report is run again? If they say no, then
the form and report are just closed.

Thank you in advance!
Leslie
 
K

Klatuu

Yes, use the report's close event.
Present a message box with the question, and if they answer yes, open the
form.
 
L

LeslieJ via AccessMonster.com

Thank you so much, I have it working exactly like I had hoped!
Yes, use the report's close event.
Present a message box with the question, and if they answer yes, open the
form.
I have a report that is based on a parameter query through a form. Once the
user has viewed the information they selected, they might want to select new
[quoted text clipped - 7 lines]
Thank you in advance!
Leslie
 
K

Klatuu

Glad I could help. If you would, please, mark the post as answered. That
way others with similar questions will find it when they search.
--
Dave Hargis, Microsoft Access MVP


LeslieJ via AccessMonster.com said:
Thank you so much, I have it working exactly like I had hoped!
Yes, use the report's close event.
Present a message box with the question, and if they answer yes, open the
form.
I have a report that is based on a parameter query through a form. Once the
user has viewed the information they selected, they might want to select new
[quoted text clipped - 7 lines]
Thank you in advance!
Leslie
 

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