Any way to script this?
if field=null then...
Leo
But for all the fields? If one of all the necesary fields are blank, then...
In this case, check all fields with "or":
if field1=null or field2=null or field3=null or field4=null then .......
Leo