gusbrunston
Programmer
I want to format lines in a journal with two different colors for text in records from alternate months. I'm really close. I need to know how to include in an expression (in "Conditional Format" a test for whether the month is odd or even. for example,
TransactionMonth is the number that I get with the function: Month(TransactionDate)
Any suggestions?...Or, if there's a better way...Especially if I could format the background of the records...Like the alternate posts in a thread on this site have alternate background colors...how do you do that?
Gus Brunston
An old PICKer
padregus@home.com
Code:
Condition 1: [TransactionMonth] = Odd 'Jan,Mar,May...
Condition 2: [TransactionMonth] = Even 'Feb,Apr,Jun...
TransactionMonth is the number that I get with the function: Month(TransactionDate)
Any suggestions?...Or, if there's a better way...Especially if I could format the background of the records...Like the alternate posts in a thread on this site have alternate background colors...how do you do that?
Gus Brunston
An old PICKer
padregus@home.com