Report Headers

G

Guest

I have a report that I run that is tied to a query. I have to select a month
from the criteria in the query. How can I get this field to show up in the
report header? I want this to be shown on the header so users will know what
month this report was generated from.
 
D

Duane Hookom

Add a text box to your report and set its control source to:
=[Your parameter prompt here]
maybe:
=[Enter Month]
 
G

Guest

Place a text box in the header section of your report and type this
expression in the text box: =â€Trasactions fromâ€&[Beginning
Date]&â€Toâ€&[Ending Date]
You can change the text between the quotation marks to what ever you want to
show up on your report. Hope this helps.
 

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