Results 1 to 2 of 2
  1. #1
    venu is offline Novice
    Windows XP Access 2002
    Join Date
    Mar 2010
    Posts
    11

    openimg a form from a combo box

    Plz help me how to open the form through a combobox that is having a list of forms.

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    when you select something in a combobox - the selected value is 'bound' to that control.

    a command button can be set up to open a form; then go into the vba behind it - and modify the code so that instead of opening just one form by name - it instead dynamically calls the value of the combobox control.

    you need to have an Access text book and some knowledge of basic vb to implement.

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

Similar Threads

  1. Replies: 6
    Last Post: 01-13-2010, 02:41 PM
  2. Displaying URL in a form combo box
    By jedwhines in forum Forms
    Replies: 0
    Last Post: 10-27-2009, 09:31 AM
  3. combo not updating form
    By cjamps in forum Forms
    Replies: 5
    Last Post: 04-14-2009, 12:00 PM
  4. Replies: 1
    Last Post: 03-02-2009, 11:54 AM
  5. Replies: 0
    Last Post: 08-17-2008, 12:19 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