Results 1 to 3 of 3
  1. #1
    Eranka is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Dec 2017
    Posts
    150

    Move Textbox In Access From

    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

  2. #2
    Minty is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,158
    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 ↓↓

  3. #3
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938
    to move a control down say 100 twips, something like

    mycontrol.top=mycontrol.top+100

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Move entire Access DB to SQL
    By UKRTB in forum SQL Server
    Replies: 8
    Last Post: 03-28-2018, 09:04 AM
  2. Replies: 2
    Last Post: 05-13-2016, 09:05 AM
  3. Help needed to move textbox value to field in table
    By gostavee in forum Programming
    Replies: 13
    Last Post: 02-02-2015, 02:10 AM
  4. Replies: 3
    Last Post: 12-11-2014, 11:26 AM
  5. Using Access to move Outlook Emails
    By crowegreg in forum Access
    Replies: 1
    Last Post: 09-28-2011, 02:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums