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  

Please help with Conditional Formatting



 
 
Thread Tools Display Modes
  #1  
Old December 5th, 2005, 09:31 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Please help with Conditional Formatting

I can't seem to set conditional formatting with a check box on a form. I
want to be able to highlight row in form if checkbox is checked. Can this be
done without using code? Newbie to VB. Any help will be greatly appreciated.
  #2  
Old December 5th, 2005, 10:19 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Please help with Conditional Formatting

TotallyConfused wrote:

I can't seem to set conditional formatting with a check box on a form. I
want to be able to highlight row in form if checkbox is checked. Can this be
done without using code?



You don't want to conditionally format the check box (which
is pretty useless anyway), you want to format something else
depending on the value in the check box.

You can not conditionally format the form's (Report?) detail
section, but you can add a large text box that's sized and
positioned to filee the detail section. Set its Conditional
Formatting - Expression Is option to [thecheckbox] = True
and then use Format - Send to Back to move the text box
bhind all the other controls. Youwill probably also want to
set some of the other controls BackStyle property to
Transparent.

--
Marsh
MVP [MS Access]
  #3  
Old December 6th, 2005, 04:51 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Please help with Conditional Formatting

Thank you very much for your help. It works great!

"Marshall Barton" wrote:

TotallyConfused wrote:

I can't seem to set conditional formatting with a check box on a form. I
want to be able to highlight row in form if checkbox is checked. Can this be
done without using code?



You don't want to conditionally format the check box (which
is pretty useless anyway), you want to format something else
depending on the value in the check box.

You can not conditionally format the form's (Report?) detail
section, but you can add a large text box that's sized and
positioned to filee the detail section. Set its Conditional
Formatting - Expression Is option to [thecheckbox] = True
and then use Format - Send to Back to move the text box
bhind all the other controls. Youwill probably also want to
set some of the other controls BackStyle property to
Transparent.

--
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional formatting...cont. from 9/25 Guenzak General Discussion 4 September 26th, 2005 10:55 PM
Conditional Formatting sweetsue516 General Discussion 7 September 20th, 2005 08:16 PM
conditional formatting on a PivotTable? confused Charts and Charting 0 June 13th, 2005 04:15 PM
Pivots and keeping conditional formatting Jenn General Discussion 1 August 11th, 2004 10:35 PM
MIN value exclude '0' & Conditional Formatting JEM Worksheet Functions 5 April 16th, 2004 03:40 AM


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