PC Review


Reply
Thread Tools Rate Thread

Changing information at page footer

 
 
John
Guest
Posts: n/a
 
      16th Apr 2009
I have a report that three different people run. When they run the report I
would like them to put their name at the bottom of report. Right now I had to
create 12 different reports because there are four shifts and each shift is
separate. I'd like to have just 4 reports in which the entry person can enter
his name and it appears at the bottom of report.
 
Reply With Quote
 
 
 
 
BruceM
Guest
Posts: n/a
 
      16th Apr 2009
Depending on how you are opening the report you could require the user to
enter their name, perhaps in an unbound text box on the form from which you
open the report. Set the Control Source of an unbound text box on the
report to:

=Forms!FormName!ControlName

Use the actual form name, and replace ControlName with the name of the
control containing the user's name.

There are other ways to accomplish the same thing, depending on how exactly
the users are running the report.

"John" <(E-Mail Removed)> wrote in message
news:4A4AEE0D-7CE5-4461-BE67-(E-Mail Removed)...
>I have a report that three different people run. When they run the report I
> would like them to put their name at the bottom of report. Right now I had
> to
> create 12 different reports because there are four shifts and each shift
> is
> separate. I'd like to have just 4 reports in which the entry person can
> enter
> his name and it appears at the bottom of report.



 
Reply With Quote
 
Al Campagna
Guest
Posts: n/a
 
      16th Apr 2009
John,
One (of many) solutions would be to use a parameter query, to ask the
user for their name when the report runs.
Add a calculated field to your query...
UserName : [Enter your name]
When the report runs, an input box will appear, and ask for the user's
name.
On the report, place the bound control with a ControlSource of
[UserName]... where you want the name to appear.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."


"John" <(E-Mail Removed)> wrote in message
news:4A4AEE0D-7CE5-4461-BE67-(E-Mail Removed)...
>I have a report that three different people run. When they run the report I
> would like them to put their name at the bottom of report. Right now I had
> to
> create 12 different reports because there are four shifts and each shift
> is
> separate. I'd like to have just 4 reports in which the entry person can
> enter
> his name and it appears at the bottom of report.



 
Reply With Quote
 
John
Guest
Posts: n/a
 
      16th Apr 2009
Al,

Thanks, your solution worked Great!!!

"Al Campagna" wrote:

> John,
> One (of many) solutions would be to use a parameter query, to ask the
> user for their name when the report runs.
> Add a calculated field to your query...
> UserName : [Enter your name]
> When the report runs, an input box will appear, and ask for the user's
> name.
> On the report, place the bound control with a ControlSource of
> [UserName]... where you want the name to appear.
> --
> hth
> Al Campagna
> Microsoft Access MVP
> http://home.comcast.net/~cccsolutions/index.html
>
> "Find a job that you love... and you'll never work a day in your life."
>
>
> "John" <(E-Mail Removed)> wrote in message
> news:4A4AEE0D-7CE5-4461-BE67-(E-Mail Removed)...
> >I have a report that three different people run. When they run the report I
> > would like them to put their name at the bottom of report. Right now I had
> > to
> > create 12 different reports because there are four shifts and each shift
> > is
> > separate. I'd like to have just 4 reports in which the entry person can
> > enter
> > his name and it appears at the bottom of report.

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header/footer part of a template for changing information =?Utf-8?B?S2F5?= Microsoft Word Document Management 2 11th Feb 2006 03:36 PM
changing footer on one page only =?Utf-8?B?bWh1dGNoNzE=?= Microsoft Word Document Management 1 26th Jan 2006 02:03 AM
Print Cell-Information in Page-Header/Footer Reiner Harmgardt Microsoft Excel Worksheet Functions 4 6th Aug 2004 03:33 PM
footer won't print/ page set up keeps changing R Windows XP Internet Explorer 0 11th Apr 2004 05:43 PM
changing information in the footer of the protected document =?Utf-8?B?WmlnZ3k=?= Microsoft Word Document Management 2 9th Feb 2004 05:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:54 PM.