G
Guest
I have got a form which has combo box and shows EMP NO and EMP NAME linked to
table EMP. It stores EMP NO in it. Is there way I can add text box which
(A) stores EMP NAME when i SELECT EMPNO in combo box.
(B) displays EMP NAME when i select EMPNO in combo box.
In form, if user fills particular field, the next field stores/display
values which is arrived from other table. Eg if user fills Product Code, Next
field ie product name, searches product code from Product table(seperate from
current form table) and shows product name.
table EMP. It stores EMP NO in it. Is there way I can add text box which
(A) stores EMP NAME when i SELECT EMPNO in combo box.
(B) displays EMP NAME when i select EMPNO in combo box.
In form, if user fills particular field, the next field stores/display
values which is arrived from other table. Eg if user fills Product Code, Next
field ie product name, searches product code from Product table(seperate from
current form table) and shows product name.