I wonder if anyone can help me, I need to move a text box with an access report. I have the code on the activate event. Currently I have: Me.Controls (TextBox1).Left = 12828 Me.Controls (TextBox1).Left = 888
But this isn’t working, can anyone give my an example of this. Thank you
If you're trying to get your control to skip a section then it would't work by the way. Remember the measurements are in twips as well so that number 12828 is quite huge.