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  

Report Footer - how to hide conditionally



 
 
Thread Tools Display Modes
  #1  
Old May 14th, 2010, 10:20 AM posted to microsoft.public.access.reports
Paul Doree
external usenet poster
 
Posts: 4
Default Report Footer - how to hide conditionally

Hi,

I have a footer (groupFooter3) that has a bunch of controls in it, and is
about 4cm high. Is it possible to close up the footer to zero height if one
of the key data fields has a null value, but leave it alone if there is a
value? And if so, some quick guidance as to syntax.

Cheers people

Paul
  #2  
Old May 14th, 2010, 02:30 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Footer - how to hide conditionally

I expect you could do this with code in the On Format event of the section
like:

Cancel = IsNull(Me.[txtkey data field])

--
Duane Hookom
Microsoft Access MVP


"Paul Doree" wrote:

Hi,

I have a footer (groupFooter3) that has a bunch of controls in it, and is
about 4cm high. Is it possible to close up the footer to zero height if one
of the key data fields has a null value, but leave it alone if there is a
value? And if so, some quick guidance as to syntax.

Cheers people

Paul

 




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 06:18 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.