B
BaoBao
Good day, all
l have 2 table to store the following information :
Table 1: item_list
item_no item_name
1001 Color Book
1002 Computer
1003 Mobile phone
Table 2: subitem_list
subitem_no item_no subitem_name
2001 1001 Microsoft Access 2003
2002 1001 Microsoft Excel 2003
2003 1001 Microsoft Word 2003
2004 1002 Lenovo T61
2005 1002 Compaq B1800
2006 1002 NEC laptop
How can l do if l need to create 2 combo box, combo box 1 will show
item_name then the combo box 2 will show subitem_name? l have try to create a
query (link item_no) but it's not works in my form.
Thank you very much!
BaoBao
l have 2 table to store the following information :
Table 1: item_list
item_no item_name
1001 Color Book
1002 Computer
1003 Mobile phone
Table 2: subitem_list
subitem_no item_no subitem_name
2001 1001 Microsoft Access 2003
2002 1001 Microsoft Excel 2003
2003 1001 Microsoft Word 2003
2004 1002 Lenovo T61
2005 1002 Compaq B1800
2006 1002 NEC laptop
How can l do if l need to create 2 combo box, combo box 1 will show
item_name then the combo box 2 will show subitem_name? l have try to create a
query (link item_no) but it's not works in my form.
Thank you very much!
BaoBao