+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2010
    Posts
    122

    combo box with specify data dropdownlist

    Hi, I have Table there are two type of list , "A" type and "B" type...
    I have two form and there are combobox inside. form #1, I want in combo box dropdownlist are only "A" type in list and on Form #2 ,only "B" type on combobox list.. can We do like that..with access ???

    Thanks
    Attached Files Attached Files
    Last edited by herukuncahyono; 04-19-2009 at 11:39 PM.

  2. #2
    Registered User
    Join Date
    03-20-2008
    Location
    Buffalo, NY USA
    Posts
    43

    Re: combo box with specify data dropdownlist

    For each row source, you will need to add a WHERE statement to your SELECT statment. Here is an example for 'A':

    SELECT Table1.Name, Table1.type FROM Table1 WHERE (((Table1.type)="A")) ORDER BY Table1.Name;

  3. #3
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2010
    Posts
    122

    Re: combo box with specify data dropdownlist

    bhill,thanks it work..
    Herukuncahyono

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0