Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Deenuts

    INSERT data into Column A on Table1

    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
  2. Deenuts

    Recordset1 not equal to Recordset2

    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...

Part and Inventory Search

Back
Top