J
|
Jane 1/6/2009 |
Hi, |
M
|
mfred author 1/12/2009 |
Thank you. However, the complication that I noted is that the criteria for color coding is that the colors are based on status is in progress and the proximity of the due date and due time. Any further suggestions are appreciated. |
J
|
Jane 1/13/2009 |
Hi, if rs("FieldName1")="in progress" and datediff("d",rs("FieldName2"),rs("FieldName3"))>111 then ... end if
|