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  

Keep Rows and Columns Together. Plz Help!



 
 
Thread Tools Display Modes
  #1  
Old July 12th, 2007, 06:22 PM posted to microsoft.public.access.reports
TKM
external usenet poster
 
Posts: 289
Default Keep Rows and Columns Together. Plz Help!

I have several Rows and Columns that become visible if a check is
placed in an option box. If no chek is placed then the entire row is not
visible. However I would like the row or Rows under it to move up and take is
place. See below.

Example:

..............Column 1.......Column 2............Column 3

Row 1........XXX..............XXXX..................XX X.

Row 2---If no check in check box then move row 3 into this spot so it is not
blank!

Row 3.........XXX..............XXX..............r...XX X.

Here is what the code looks like to make the rows or fields visible..

'Below is fired via the optionbox IsDisplayIncome
Me.[OneMileIncome].Visible = Nz(Me.[IsDisplayIncome], True)
Me.[ThreeMileIncome].Visible = Nz(Me.[IsDisplayIncome], True)
Me.[FiveMileIncome].Visible = Nz(Me.[IsDisplayIncome], True)
  #2  
Old July 12th, 2007, 07:16 PM posted to microsoft.public.access.reports
TKM
external usenet poster
 
Posts: 289
Default Keep Rows and Columns Together. Plz Help!

Can anyone help me with this? I KNOW YOU GUYS KNOW THIS LIKE THE BACK OF YOUR
HAND But I have no place to start. PLEASE HELP!

"TKM" wrote:

I have several Rows and Columns that become visible if a check is
placed in an option box. If no chek is placed then the entire row is not
visible. However I would like the row or Rows under it to move up and take is
place. See below.

Example:

.............Column 1.......Column 2............Column 3

Row 1........XXX..............XXXX..................XX X.

Row 2---If no check in check box then move row 3 into this spot so it is not
blank!

Row 3.........XXX..............XXX..............r...XX X.

Here is what the code looks like to make the rows or fields visible..

'Below is fired via the optionbox IsDisplayIncome
Me.[OneMileIncome].Visible = Nz(Me.[IsDisplayIncome], True)
Me.[ThreeMileIncome].Visible = Nz(Me.[IsDisplayIncome], True)
Me.[FiveMileIncome].Visible = Nz(Me.[IsDisplayIncome], True)

 




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 01:33 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.