A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Field name in report title



 
 
Thread Tools Display Modes
  #1  
Old July 30th, 2009, 03:41 PM posted to microsoft.public.access.reports
Deanna
external usenet poster
 
Posts: 55
Default Field name in report title

Using Access 2003, have a list of registrations with a field for group (1, 2,
3, etc.) Have created a report that will list the attendees in each group
and would like the title to display "Attendance for Group x" where "x" is the
group I have queried.
  #2  
Old July 30th, 2009, 04:19 PM posted to microsoft.public.access.reports
Marshall Barton
external usenet poster
 
Posts: 5,361
Default Field name in report title

Deanna wrote:

Using Access 2003, have a list of registrations with a field for group (1, 2,
3, etc.) Have created a report that will list the attendees in each group
and would like the title to display "Attendance for Group x" where "x" is the
group I have queried.



Try using a text box in the header and set it's control
source expression to something like:
="Attendance for Group " & groupfield

If the group field is name Group, you will probably run into
trouble because Group is a reserved word. Change the name
of the field in the table (and everywhere you use it) to
something else such as RegistrationGroup.

--
Marsh
MVP [MS Access]
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.