I have a search form that displays the results in a subform in table view. I have a text box in the subform that has a control source of count(*) and then a textbox on the parent search form that displays the number shown from the textbox in the subform. Now my problem is that I set the textbox visibility to false, but because I am viewing the results in a table, that field still shows. Is there a way to have a textbox not visible in a table?