Hi,
Currently using VB 2008 with MS Access 2003.
I have Two Tables with Names - " Company_Data" & "User_Data" in which i have the following columns.....
Company_Data
Name|Age|Department|Salary
User_Data
Name|Age|Department|Updated On
Now, Is there any code that can do the following:
when i select a name in the combo box on the form (The list in the combo box is from the Name in the Company_Data table) and click update.
It should copy the Details of the Record from Company_Data to User_Data with the current date in "Updated on" column.
Please Note that the columns are not exactly Same. (Salary is not necessary in the User_Data)
Thanks for your help.
Currently using VB 2008 with MS Access 2003.
I have Two Tables with Names - " Company_Data" & "User_Data" in which i have the following columns.....
Company_Data
Name|Age|Department|Salary
User_Data
Name|Age|Department|Updated On
Now, Is there any code that can do the following:
when i select a name in the combo box on the form (The list in the combo box is from the Name in the Company_Data table) and click update.
It should copy the Details of the Record from Company_Data to User_Data with the current date in "Updated on" column.
Please Note that the columns are not exactly Same. (Salary is not necessary in the User_Data)
Thanks for your help.