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 bkrike 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: *

  • Users: sfreeman
  • Content: Threads
  • Order by date
  1. sfreeman

    Increment field in query

    I need to create a simple query that selects a few fields from a table, and appends them to another table. No big deal, right? INSERT INTO Table2 ( FieldOne, FieldTwo ) SELECT Table1.FieldOne, Table1.FieldTwo FROM Table1; BUT, I also need to append values into a third field that just number...

Part and Inventory Search

Back
Top