Hi
I'm trying to use this code below to move some controls within a tab control, when I uncomment the objControl.Left or objControl.Move the Controls no longer stay on their on tab.
With rsControls
.Open strSQL, ConnMain, adOpenDynamic, adLockReadOnly
Do While Not .EOF
For Each...