Results 1 to 2 of 2
  1. #1
    matry is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2019
    Posts
    4

    Disable arrows

    Is it possible to disable the arrows see photo?


    I want the form to look like in access97.
    Attached Thumbnails Attached Thumbnails acc.JPG  

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,816
    Open form in Design View and set ShortCutMenu property to No. However, this will disable shortcut menu as well as quick filter/sort. If you want to just disable quick filter/sort and retain shortcut menu, use VBA along with DesignView property setting.
    Code:
    Private Sub Form_Open(Cancel As Integer
        Me.ShortcutMenu = True
    End Sub
    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. Replies: 9
    Last Post: 05-06-2019, 02:24 AM
  2. Arrows in queries
    By tennisbuck in forum Programming
    Replies: 2
    Last Post: 12-29-2013, 06:56 PM
  3. Replies: 4
    Last Post: 11-10-2013, 09:16 AM
  4. Hide and unhide arrows
    By tarhim47 in forum Programming
    Replies: 1
    Last Post: 09-20-2011, 07:54 PM
  5. Arrows on textbox remove
    By GraemeG in forum Forms
    Replies: 1
    Last Post: 03-31-2011, 03:08 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