Customize Report Titles?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to allow users to enter in their own report title via a form
before printing a report?
 
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]
 
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?
 
Back
Top