By the time I read this last portion of this thread, I had created queries that do fill the null records with an asterisk. However because of the 67 fields in my table this was time consuming and I am sure there is a faster way. Once I have time, unfortunately because I am building this query to make some production checks and will have to work with what I have right now. The longer way will do.
There is a slight twist to the tale that I have right now, when reading in text null fields, I put in for criteria Is Null and on the line below it "" to try and cover all possible scenarios. First of all, when I have the or is on the same line, the query updates every record regardless of what it finds, and secondly when I do have it split out like I do, sometimes it works when I have the is null first, and at other times it works better when I have the "" first. So my guess is that depending on what we have for the first record, either a null or "" I am still not covering everything. Is this a limitation to reading nulls in access if I do things the way I have it set right now, or would it be advisable for me to convert to the solution you have above and work with that?