Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding Null of zero length strings

Status
Not open for further replies.

Bill0722

Technical User
Jul 1, 2006
29
US
I have a table of about 15000 records. I need to replace some values in a fiew fields that were left blank. I was trying to search for them with the find and replace. Entering two double quotes in the find field returns nothing. Is there some other way to use find and replace to search for blank fields? Thanks
 
Try 'is null' as a criteria.

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Try using TRIM function on the field LEN of zero in a query with an OR condition IS NULL.

-Laughter works miracles.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top