Results 1 to 2 of 2
  1. #1
    Larry is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jul 2013
    Posts
    1

    Positioning the mouse pointer

    When opening a form, is it possible to position the mouse pointer into a field, so that a right click would allow pasting data from the clipboard?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    When a form opens, control set with TabStop 0 will receive focus. Otherwise, code can set focus to designated control.

    Me.controlname.SetFocus
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Mouse pointer (=
    By denggoy in forum Access
    Replies: 3
    Last Post: 11-15-2011, 05:30 PM
  2. Sizing and positioning
    By 161 in forum Database Design
    Replies: 1
    Last Post: 04-09-2011, 10:52 AM
  3. Replies: 0
    Last Post: 01-04-2011, 12:30 AM
  4. form positioning
    By taylorosso in forum Forms
    Replies: 5
    Last Post: 08-23-2009, 08:00 AM
  5. Mouse Pointer Changes
    By BernardKane in forum Programming
    Replies: 2
    Last Post: 06-28-2006, 04:55 AM

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