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

    Insert new records from another table

    Thank you very much! That is exactly what I needed. I had tried doing that, but I was using a "does not equal" comparison between the two ID's in the WHERE clause, which slowed down the query where it wouldn't even process. It works perfectly now. Thanks again! P.S. These forums are awesome!
  2. MonkeyHero

    Insert new records from another table

    So here's the situation: I have an access database with a standard table, "ID_DATA", and also a linked table, "dbo_STU_D", which is a SQL Server table. Both have a "Primary Key" of sorts, "SID",with unique values. I need a query that can compare the records of the two tables and update the...

Part and Inventory Search

Back
Top