A
an
Hello!
I have a Form with two combobox.
1-To change data in all fields and like this work fine.
2-To fill only three Textboxes (to change second condition)
I used in RowSource of the 2nd cmb next cod:
SELECT [T_Table].[field_X] FROM T_Table;
It change data in field_X (only) but I need to change data
in three Textboxes.
Is it possible without SubReport?
Thanks in advance.
an
I have a Form with two combobox.
1-To change data in all fields and like this work fine.
2-To fill only three Textboxes (to change second condition)
I used in RowSource of the 2nd cmb next cod:
SELECT [T_Table].[field_X] FROM T_Table;
It change data in field_X (only) but I need to change data
in three Textboxes.
Is it possible without SubReport?
Thanks in advance.
an