I've been banging my head against any number of walls trying to accomplish what I imagine to be a very simple task. One field in particular that we get inbound from our trading partners can be from 1 to 10 digits. However, anything less than 7 is a problem for our database, so what we want to do is, if the size of the value is less than 7 digits, then we want to pass our database a blank value for that field. I have been toying with various permutations of an = IF (SIZE (field) < 7 type rule, but can't find an arrangement that will build successfully and work (I've been able to make it blank all the time, even when the value is 10 digits, but we want to pass that value to our application); and I haven't (yet) found anything in a thread here that points me in a direction on this (but I'm not giving up!). If anyone has any suggestions, I'd welcome them. I'm about at my wit's end on this. Thank you in advance!