Hi,
I am trying to set the "Top" Property of some text boxes, labels and lines in an Access report in code at runtime. I cannot seem to be able to actually change the property. In the Detail_Print area of the code, I have put:
Me.txtAcc2.Properties("Top" = 9116
I tried a few different things and looking through help but I can't seem to get it. I am thinking there is a simple answer but I am pulling my hair out trying to get it. Any help is greatly appreciated! )
I am trying to set the "Top" Property of some text boxes, labels and lines in an Access report in code at runtime. I cannot seem to be able to actually change the property. In the Detail_Print area of the code, I have put:
Me.txtAcc2.Properties("Top" = 9116
I tried a few different things and looking through help but I can't seem to get it. I am thinking there is a simple answer but I am pulling my hair out trying to get it. Any help is greatly appreciated! )