Parameter info on a report.

A

Antonio`

I have several buttons on a form that when clicked ask
for specific information and then display the report
based on the values the user entered. Is there a way to
display the parameter data a user has input when
launching a report on the report itself?
TIA
 
W

Wayne Morgan

You could create unbound textboxes whose control source refer to the values
of the controls on the form.

Example:
=Forms!Form1!txtMyTextbox
 

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