I field on a form(!) in which the data is has to entered in the right way. I did this quite easily with a lost focus routine but....<br><br>The field in question is text. When there is nothing in it it reads as Null in VB. I have set the zero-string thingy in the table properties but this dosent seem to affect it.<br>I am using an if statment in VB to compare it.<br>i.ie<br><br>if me![ref_number] = null then...<br><br>I know this will always return a Null value when one or both operands are Null.<br><br>Am I missing somthing small????<br><br>Any help greatly appreciated!<br>