G
Guest
If the date is bigger than todays date and the task is complete, I want to
change the back colour to ..........
I think it is something along these lines:
If [Task Cmp] = true
and
if the [Sep] > date()
then
ContractorName.BackColor = 16764057
Else
ContractorName.BackColor = 255
thanks for the help,
pete
change the back colour to ..........
I think it is something along these lines:
If [Task Cmp] = true
and
if the [Sep] > date()
then
ContractorName.BackColor = 16764057
Else
ContractorName.BackColor = 255
thanks for the help,
pete