Thanks Jim, but I need to check if a text box is actually present. What I have is 175 text boxes, one for each supply that can be ordered. I use code to loop through the text boxes and find which ones have a quantity in them. Here is that code:
For I = 1 To 175
If Me("txtSuppQty" &...