Guys i have a problem
What's the other syntax in inserting a value from one table to another table using VbAcess without using this kind of syntax "INSERT INTO Employee SELECT * FROM HRData
The fields of my table Employee are:
EmployeeID
Lastname
Firstname
Firstname
Gender
Status
The fields of my HRData are same with my Employee
Any reply would be much appreciated...tnx in advance...
What's the other syntax in inserting a value from one table to another table using VbAcess without using this kind of syntax "INSERT INTO Employee SELECT * FROM HRData
The fields of my table Employee are:
EmployeeID
Lastname
Firstname
Firstname
Gender
Status
The fields of my HRData are same with my Employee
Any reply would be much appreciated...tnx in advance...