Hello
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