Customize Report Titles?

L

lgruszynski

Is there a way to allow users to enter in their own report title via a form
before printing a report?
 
A

Allen Browne

If you know Form1 will be open, and the user has typed into a text box named
Text0, you can put a text box on your report and set its Control Souce to:

=[Forms].[Form1].[Text0]
 
L

lgruszynski

Thank you very much! This worked perfectly

Allen Browne said:
If you know Form1 will be open, and the user has typed into a text box named
Text0, you can put a text box on your report and set its Control Souce to:

=[Forms].[Form1].[Text0]

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

lgruszynski said:
Is there a way to allow users to enter in their own report title via a
form
before printing a report?
 

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