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
Last edited by herukuncahyono; 04-19-2009 at 11:39 PM.
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;
bhill,thanks it work..
Herukuncahyono
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks