G
Guest
I have a database where the tables were created in SQL Server. My 2 fields
in question are: Date field and a Completed Field; The Completed field is an
int data type. In access I put a checkbox on a form and its control source
is the Completed field. If the checkbox is NOTchecked and there IS a date in
the Date field, I would like the Date to appear Red. I put in conditional
format on the date field as follows: [CkBoxCompleted]<>1 and chose Red. It
does not seem to be working. Any suggestions?
in question are: Date field and a Completed Field; The Completed field is an
int data type. In access I put a checkbox on a form and its control source
is the Completed field. If the checkbox is NOTchecked and there IS a date in
the Date field, I would like the Date to appear Red. I put in conditional
format on the date field as follows: [CkBoxCompleted]<>1 and chose Red. It
does not seem to be working. Any suggestions?