I did search to find the answer to this question, but each question was slightly different from mine.
I want to hide a text box in a report if the value is 0. I don't know enough code to know what mistakes I am making.
I tried this :
Me.[MyTextBox].Visible=Not IsNull.true
Please don't laugh. I'm going to start learning vb as soon as I get done with this project! I promise.
I want to hide a text box in a report if the value is 0. I don't know enough code to know what mistakes I am making.
I tried this :
Me.[MyTextBox].Visible=Not IsNull.true
Please don't laugh. I'm going to start learning vb as soon as I get done with this project! I promise.