Ok, I am starting a new thread because I guess my question was too confusing. I am trying to create a printable form that fits on one page. This form is a summary of all the information in the database. Now, not all fields in the database are required, meaning they can be null. This is where the confusing part comes in. If a field in the database is NULL, I want the corresponding textbox to disappear and I want all textboxs below it to move up a certain amount so the result isnt a blank space. Is this possible? If it is, what algorithm and specific methods are required?