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  

Hiding text in group header



 
 
Thread Tools Display Modes
  #1  
Old November 21st, 2005, 09:10 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Hiding text in group header

Hi!
I have a report who list data groups by Machine platform (Windows,
Unix, Central, etc.), Server and Security Priviledge.

But when the platform is equal to Central, i don't want to display the
server label and his value.

So i put this in the Header Format
If Me.IdPlateforme = "Central" Then

Serveurs_Description.Visible = False
Serveurs_Nom.Visible = False
Étiquette38.Visible = False
End If


It work tooo good. Even when IdPlateforme = "Windows" or else,
Serveurs_description, serveurs_nom and Étiquette38 ARE ALWAYS HIDDEN
(sorry for the caps but it make me go crazy.)

Anyone have a solution?

Thanks!

Mathieu Genois

  #2  
Old November 21st, 2005, 09:28 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Hiding text in group header

If I'm reading your code correctly, you've told Access when to turn it off.
Where do you tell Access when to turn it (back) on?

Regards

Jeff Boyce
Office/Access MVP

wrote in message
ups.com...
Hi!
I have a report who list data groups by Machine platform (Windows,
Unix, Central, etc.), Server and Security Priviledge.

But when the platform is equal to Central, i don't want to display the
server label and his value.

So i put this in the Header Format
If Me.IdPlateforme = "Central" Then

Serveurs_Description.Visible = False
Serveurs_Nom.Visible = False
Étiquette38.Visible = False
End If


It work tooo good. Even when IdPlateforme = "Windows" or else,
Serveurs_description, serveurs_nom and Étiquette38 ARE ALWAYS HIDDEN
(sorry for the caps but it make me go crazy.)

Anyone have a solution?

Thanks!

Mathieu Genois


  #3  
Old November 22nd, 2005, 01:44 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Hiding text in group header

duh...
Sorry, i'm new to access! It works great!! Thanks for the info!!
Greatly appreciated!

Mathieu

 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Access even the right idea? BMB New Users 19 November 21st, 2005 08:01 PM
Add New Field to DB Karen Database Design 7 October 19th, 2005 08:03 PM
Access reports with a horizontal line after each record??? Bill via AccessMonster.com Setting Up & Running Reports 6 March 9th, 2005 04:51 PM
Ambiguous outer joins Renwick New Users 1 February 22nd, 2005 02:08 PM
Hiding text in Group header EManning Setting Up & Running Reports 5 August 9th, 2004 08:54 PM


All times are GMT +1. The time now is 09:37 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.