B
blake7
Hi All, I have the following code which is not working wherever I put it, can
someone help, the processed field is a yes / no selection from a table
containing yes / no value, the duedate field is formatted to a long date. -
or can this be done in conditional format with an expression?
Thanks
If me.Processed="yes" then
me.Duedate.backcolor=vbblue
else
me.Duedate.backcolor=vbred
end if
someone help, the processed field is a yes / no selection from a table
containing yes / no value, the duedate field is formatted to a long date. -
or can this be done in conditional format with an expression?
Thanks
If me.Processed="yes" then
me.Duedate.backcolor=vbblue
else
me.Duedate.backcolor=vbred
end if