I need to insert Department values(Column A) into Table1
where the userID on table1 = userID on table2 where the department values are stored.
How do I do an INSERT in Access? I have looked at the Update query and can't see how it might be used to this end.
Thanks in advance,
D
I have two tables namely:
Recordset1 - Primary Key UserID
Recordset2 - Primary Key UserID
I need to select records from Recordset1 where UserID is not equal to UserID in Recordset2.
I have tried to execute this query using <> operator but it does not run. I have also tried !=.
At one point...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.