Hi everybody,
today, i'd like to ask you about the problem with list box i'm finding. My database have 2 table called "Table1" and "Table2", in each table have a field named "abc". In a form, i have 2 box is 1 combo box (in this combo box include 2 row source value list is "ValueTable1" and "ValueTable2") and 1 list box. Now, i want when i select from the combo box with one value. Then, the list box will display all record of abc field in Table 1 or Table 2. For example, when i choice the value of combo box is "ValueTable1", the list box will display all record of "abc" field in Table1, similar to ValueTable2 will display "abc" field in Table2.
That is my problem.




Thanks in advance,