B
Bob N
I have an "Act-ID" field in my report, which I want to format differently
for each account, there are five (5) different accounts.
1. How do I refer to:
a. Background & Color
b. Foreground & Color
2. On Microsoft Msdn help; I found some code using RBG() as follows:
RBG(255, 0, 0)
RGB(255, 255,255)
RGB(0, 0 , 0,)
RGB(255, 255, 0)
What do each of these refer to?
3. Can I use a sub using the Select Case Structure, and to what property
should I attach it ?
4. Where can I find the color (names / referecneses to the colors in the
color builder?
I am new to Access, but am an OLD Dbase programmer.
Thanks for any help!!!
for each account, there are five (5) different accounts.
1. How do I refer to:
a. Background & Color
b. Foreground & Color
2. On Microsoft Msdn help; I found some code using RBG() as follows:
RBG(255, 0, 0)
RGB(255, 255,255)
RGB(0, 0 , 0,)
RGB(255, 255, 0)
What do each of these refer to?
3. Can I use a sub using the Select Case Structure, and to what property
should I attach it ?
4. Where can I find the color (names / referecneses to the colors in the
color builder?
I am new to Access, but am an OLD Dbase programmer.
Thanks for any help!!!