Results 1 to 2 of 2
  1. #1
    Ace Pioneer is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2010
    Posts
    1

    Command buttons to Open Forms

    Grateful if you could please advise -
    Is it possible to insert command buttons to open specific form or tables that have been created without clicking on the table/form itself on left hand side. If so how are the command buttons created

    Thanks

  2. #2
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Check out this two Methods:
    1) Docmd.Opentable
    2) Docmd.OpenForm

    Examples:
    Docmd.OpenForm "Name of Your Form"
    DoCmd.OpenTable "Name of Your Table", acViewPreview

    Links:
    http://msdn.microsoft.com/en-us/libr...ice.11%29.aspx
    http://msdn.microsoft.com/en-us/library/ff820845.aspx

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

Similar Threads

  1. command buttons
    By nashr1928 in forum Forms
    Replies: 23
    Last Post: 10-15-2010, 04:09 PM
  2. Command buttons
    By maintt in forum Forms
    Replies: 3
    Last Post: 08-03-2010, 09:52 AM
  3. Replies: 13
    Last Post: 07-26-2010, 03:38 PM
  4. Moving Command Buttons
    By Pete Cope in forum Forms
    Replies: 0
    Last Post: 03-23-2010, 03:21 PM
  5. Access 2007 Command Buttons
    By fgerald in forum Access
    Replies: 2
    Last Post: 03-05-2010, 07:09 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