report

J

Joel Allen

Hello,

I made a bar graph report. From the Row Source property, I went the query
builder. I made a Parameter called "Start Date" so it would show up as a
prompt when I ran the report.

I'm trying to get "Start Date" to show up in the header of the report, but
it is unavailable from the field selector. How can I make this prompt show
up?

Thanks,
Joel
 
G

Guest

Don't create parameter/prompt queries. Always get input like this from users
with controls on forms. You can reference Forms!frmName!txtName in queries or
control sources.
 
J

Joel Allen

Thanks Duane. Sounds like a good approach. So if I put a field for Start
Date in a form, where is the data stored? Do I tie the field to a table or
something. Sorry, I'm learning!

Thanks Joel
 
G

Guest

You could bind the control on the form to a table but you don't need to.
Generally the controls used as criteria are unbound. The form needs to be
open and the value entered. Then open your report. A text box in the report
can reference the unbound text box on the form as can the criteria in the Row
Source.
 

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