|
-
Sep 11th, 2000, 11:00 AM
#1
Thread Starter
Lively Member
I have a report based on an Access Query that has parameters in a date field. I would like to display the dates that were selected by the user, in the Report Header.
I guess it would involve typing a formula into a label but I'm not sure as to the syntax. Thanks in advance for any help.
-
Sep 11th, 2000, 07:57 PM
#2
Addicted Member
Suppose one of the parameters is [From Date], type:
= [From Date]
in the ControlSource property of the textbox. I don't know if this can be done for labels. But using a textbox will do fine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|