Results 1 to 2 of 2
  1. #1
    cwwaicw311 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    75

    VB to open another form when click on a button of the first form

    Is it possible to open another form when click on a button on the first form. I need this function coz i have around 10 form where user can input data. However, each form serve different purposes, hence i would like to create a form which act like a main menu page to go in to all the other form.

    Thank.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,518
    Sure; you can use the button wizard or just put code behind a button that uses

    DoCmd.OpenForm...

    with the appropriate arguments. More info on OpenForm in VBA help.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. VB coding for saving when click on save button in form
    By cwwaicw311 in forum Programming
    Replies: 1
    Last Post: 02-04-2010, 11:11 PM
  2. Replies: 3
    Last Post: 01-14-2010, 08:32 AM
  3. Replies: 3
    Last Post: 10-16-2009, 07:54 AM
  4. Mouse click to open form
    By darryl.charles in forum Programming
    Replies: 0
    Last Post: 09-05-2008, 10:33 AM
  5. In a field on a Form, on click open another form
    By jackieagra in forum Programming
    Replies: 1
    Last Post: 03-20-2008, 09:44 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