Hello readers,
I'm very new with VB6.0. Can you please help me??
There are two tables in my Access DB. Users are inputting Emp_id(PK) in Table1. Under combo_click i need to save all Emp_id from Table1 into emp_id column(FK of Table1) of Table2. It is possible to save date in both table while user inputs but in combo box month name is there, for each month i need to do it once and need to save the month name in separate column in Table2.
Please help me.