Hi,can anyone help me?
I want to refresh 1 textbox value based on selected data in dropdown list.
both of them are from different tables.
Table A(dropdown list)
----------------------
ID Name
123 abc
Table B(text box)
-------------------
ID expenses
123 RM456
when i select the ID from dropdown list(Table A),I want the RM456 display in textbox.
can anyone have any suggestion?
best regards,
beekien
I want to refresh 1 textbox value based on selected data in dropdown list.
both of them are from different tables.
Table A(dropdown list)
----------------------
ID Name
123 abc
Table B(text box)
-------------------
ID expenses
123 RM456
when i select the ID from dropdown list(Table A),I want the RM456 display in textbox.
can anyone have any suggestion?
best regards,
beekien
Comment