xmeb
Technical User
- Jun 5, 2013
- 89
Hi:
I have searched on Google for what I want to do but I have found nothing that is exactly the same so far.
On a report I have a subreport that has a "PrimiaryLocation" text box. I use the following in the subreport query criteria for my field "DDate" to show primary locations for the last five days which works fine.
What I would like to do using CF is to have primary locations that match todays date be a different color and those that are two days old be a different color.
Thanks,
xmeb
I have searched on Google for what I want to do but I have found nothing that is exactly the same so far.
On a report I have a subreport that has a "PrimiaryLocation" text box. I use the following in the subreport query criteria for my field "DDate" to show primary locations for the last five days which works fine.
Code:
>=DateAdd("d",-1,Date())-5
What I would like to do using CF is to have primary locations that match todays date be a different color and those that are two days old be a different color.
Thanks,
xmeb