I have never tried changing the position of a text box on a form which is probably why I am doing it wrong...I simply tried the following:
On Current:
If Me.textbox = "T" Then
Me.textbox1.Visible = False
Me.textbox2.left = 1.333
Me.textbox2.top = 1.8333
Else
Then back to normal...
End If
Please tell me where I have went wrong? This just sends the text box to the top of the form. Thanks for any help...
On Current:
If Me.textbox = "T" Then
Me.textbox1.Visible = False
Me.textbox2.left = 1.333
Me.textbox2.top = 1.8333
Else
Then back to normal...
End If
Please tell me where I have went wrong? This just sends the text box to the top of the form. Thanks for any help...