Hi
Is there is a way to move a textbox down and right in access. something like Tetxbox.Down = 2773 or Textbox.Right = 2773?
i know that tetxbox can be moved top and left. but i want to move textbox down and right. Appreciate your help
Hi
Is there is a way to move a textbox down and right in access. something like Tetxbox.Down = 2773 or Textbox.Right = 2773?
i know that tetxbox can be moved top and left. but i want to move textbox down and right. Appreciate your help
As you always know the height and width of a control, you can always work out the rest of any movement required form the Top And Left properties.
Setting the top value will move the top of the control "down" the page, likewise setting a left value will by default move the control right
DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
Please use the star below the post to say thanks if we have helped !
↓↓ It's down here ↓↓
to move a control down say 100 twips, something like
mycontrol.top=mycontrol.top+100