I have a textbox on my report that I want to hide on certain occasions. To hide the textbox, I am using the code MyTextbox.Visible=False in the Report_Open() Procedure. I have some lines on my report that are being hidden by the "supposedly" invisible textbox. I have tried moving the textbox out of the way, but I don't have enough white space. I could probably make the width really narrow and hide it off in a corner, but I am hoping there is an easier way to get around this. Any ideas? Thanks!