I am trying to define a search field that will search From: a location To: a location. Currently if the user defines what locations to search in, it will work fine. However if the user leaves the fields blank, suggesting that he wants to search all the data in all the fields available it will not do so. I believe the fix is setting the From: field to default to Low_Char if an empty string is entered, and the To: field to Hi_Char if an empty string is entered. However I can not find out how to define Low_Char and Hi_Char in order to do this. I have seen similar things in other programs but I believe they are defined in an included program that I don't know of. Any help would be appreciated.