Adding Data to Report header

WLC

Registered User.
Local time
Today, 03:38
Joined
Jun 19, 2012
Messages
63
I have a report that I want to add some hand keyed data to.

When I run the report, I want it to prompt me to "Enter Something". After I enter that information, I want that information to show in my report header.

I feel like I've tried everything :banghead:.
 
Tell us what you've tried? Have you created the form for entering the value or used the InputBox() function?
 
In the OnFormat Event for the Report Header try:

Me.MyTextBox = InputBox("Enter something")
 

Users who are viewing this thread

Back
Top Bottom