title of report by inputbox string

randomkindness

New member
Local time
Today, 11:49
Joined
Jun 27, 2007
Messages
3
Hello :-)

I guess this is very simple. And yet... :-)
I would like to prompt a user for a report title, and then display this title in the report header.

thanks
tobias
 
A control source of

=[Enter title]

in a textbox would do it.
 
Hi, Tobias!

What I would do is that I would place a blank label into Report header.
Before opening the report I would ask user for Text to be displayed in the header by e.g. Inputbox object ("NeededText=Inputbox()"). Then I would set up the blank Label Caption property with received text from the user like "Me.LabelName.Caption=NeededText".

Should help.

Krava
 

Users who are viewing this thread

Back
Top Bottom