Just need a quick line of code, i believe. I have a variable [TEXT] on a form that i want in a different place on the screen based on another variable. So, if a user selects option 1, [TEXT] will be at x=0 and y=3, but if user selects option 2, [TEXT] will be at x=0 and y=6.
Example:
If OPTION = 1 Then
[TEXT] moves to 0 and 3 coordinates
Else
[TEXT] moves to 0 and 6 coordinates
End If
Any help on the movement line?? Thanks.
Lee
Example:
If OPTION = 1 Then
[TEXT] moves to 0 and 3 coordinates
Else
[TEXT] moves to 0 and 6 coordinates
End If
Any help on the movement line?? Thanks.
Lee