I have an empty text box on a form not bound to anything. I have a command button next to it. When the user enters in a value and clicks the command button it will insert the value in the text box into a listbox. Before the command button executes, I have it check to see if the text box value is null. I have tried me.textboxname.value="", isnull(me.textboxname), vbNullstring, but no matter what I try it still inserts a blank value into the list box. Any idea why? How can I get the subroutine to recognize the text box is blank and not perform the routine? Thanks.