I have a demands database. It contains two tables of new demands and historical demands. I have created a union query to combine both tables and have created a form from this data. On the form i have some of the infomation, I am trying to make one of the fields a differant text colour dependant on wheteher the demand has been recieved. I want black for oustanding and red for received. I am having problems with the idea of looking for a null for no date in the received field and a short date if the item has been recieved.