N
NeoFax
I have a crosstab report that has the days of the month across the top
as "column headings" and workcenters as rows with accomplished hours
as the data. I would like to highlight todays column each day. Here
is what my report looks like:
Helo(Group header)
Station W/C 1 2 3 4 5 6 7 8 9 10 11 12 13 14
15 .... 31 Total
1STA Elec x x - - x x x x x - - x x
x x...
What I would like is if Day(Now()) = 15 then column 15 would
highlight. However, I really do not want to write 31
If..Then..ElseIf..Else code. My data textboxes follow a standard of
txt15 (txt plus the date number). Is there a way to basically state
like Day(now()) = stgTextbox. Me.stgTextbox.backcolor = rgb(255,0,0)?
as "column headings" and workcenters as rows with accomplished hours
as the data. I would like to highlight todays column each day. Here
is what my report looks like:
Helo(Group header)
Station W/C 1 2 3 4 5 6 7 8 9 10 11 12 13 14
15 .... 31 Total
1STA Elec x x - - x x x x x - - x x
x x...
What I would like is if Day(Now()) = 15 then column 15 would
highlight. However, I really do not want to write 31
If..Then..ElseIf..Else code. My data textboxes follow a standard of
txt15 (txt plus the date number). Is there a way to basically state
like Day(now()) = stgTextbox. Me.stgTextbox.backcolor = rgb(255,0,0)?