PC Review


Reply
Thread Tools Rate Thread

Access 2007 - conditional formatting - beware

 
 
dddsssdddsss@gmail.com
Guest
Posts: n/a
 
      1st Dec 2006
A comment and a question

To anyone who is using conditional formatting, beware that in Access
2007 the color pallette is not the same as the color pallette in Access
2003. So if you have a particular color you were using as a standard
throughout your application, the only way to continue using that color
is to code the color.

Anyone else notice how forms in Access 2007 display the conditional
formatting much slower than in Access 2003? (I have one particular
form so far in my Access 2007 testing that only shows the conditional
formatting wherever the mouse cursor is currently residing.)

ds

 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      2nd Dec 2006
The RGB color values in Access 2007 are displayed in Hex format, which is a
fairly widely used standard, e.g. web developers are familiar with this. But
the color values are essentially the same as in previous versions.

The old color values consist of a long integer that is generated by
combining the Red, Green, and Blue bytes. The RGB function did that, e.g.:
RGB(btRed, btGreen, btBlue)
The A2007 version shows the same long integer in hex format, e.g. Hex(btRed)

A2007 also defines a few special values for system colors. Older versions of
Access had these special values also, but they were not published.

Programmatically, you can modify the ForeColor and BackColor of the
FormatCondition to any value you like.

Hope that opens a few doors for you.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>A comment and a question
>
> To anyone who is using conditional formatting, beware that in Access
> 2007 the color pallette is not the same as the color pallette in Access
> 2003. So if you have a particular color you were using as a standard
> throughout your application, the only way to continue using that color
> is to code the color.
>
> Anyone else notice how forms in Access 2007 display the conditional
> formatting much slower than in Access 2003? (I have one particular
> form so far in my Access 2007 testing that only shows the conditional
> formatting wherever the mouse cursor is currently residing.)
>
> ds



 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      2nd Dec 2006
The RGB color values in Access 2007 are displayed in Hex format, which is a
fairly widely used standard, e.g. web developers are familiar with this. But
the color values are essentially the same as in previous versions.

The old color values consist of a long integer that is generated by
combining the Red, Green, and Blue bytes. The RGB function did that, e.g.:
RGB(btRed, btGreen, btBlue)
The A2007 version shows the same long integer in hex format, e.g. Hex(btRed)

A2007 also defines a few special values for system colors. Older versions of
Access had these special values also, but they were not published.

Programmatically, you can modify the ForeColor and BackColor of the
FormatCondition to any value you like.

Hope that opens a few doors for you.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>A comment and a question
>
> To anyone who is using conditional formatting, beware that in Access
> 2007 the color pallette is not the same as the color pallette in Access
> 2003. So if you have a particular color you were using as a standard
> throughout your application, the only way to continue using that color
> is to code the color.
>
> Anyone else notice how forms in Access 2007 display the conditional
> formatting much slower than in Access 2003? (I have one particular
> form so far in my Access 2007 testing that only shows the conditional
> formatting wherever the mouse cursor is currently residing.)



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting Access 2007 CC Microsoft Access Reports 0 10th May 2010 08:57 PM
Enable Conditional Formatting Access 2007 CC Microsoft Access VBA Modules 1 10th May 2010 04:58 PM
Programtically Setting Conditional Formatting For a Form In Access 2007 Stewart Berman Microsoft Access Forms 2 6th Oct 2009 09:10 PM
Conditional formatting in access 2007 Bob H Microsoft Access Forms 2 11th Sep 2008 08:49 PM
Conditional Formatting No Longer Conditional in 2007 Beta =?Utf-8?B?Q2FjdHVhci1Oby1KdXRzdQ==?= Microsoft Excel Crashes 0 17th Nov 2006 10:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:48 PM.