G
Guest
I am trying to open a form and adjust the height of one of the text boxes on
it. Is this possible? I don't receive an error or anything like that but the
text box is just blank. I have tried to adjust the height before the data is
entered in it and after but its always blank. This is my code:
stDocName = "Help Screen"
DoCmd.OpenForm stDocName
Forms![Help Screen].helpTxt = "..............."
Forms![Help Screen].helpTxt.Height = 10
it. Is this possible? I don't receive an error or anything like that but the
text box is just blank. I have tried to adjust the height before the data is
entered in it and after but its always blank. This is my code:
stDocName = "Help Screen"
DoCmd.OpenForm stDocName
Forms![Help Screen].helpTxt = "..............."
Forms![Help Screen].helpTxt.Height = 10