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

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

    Retrieving record ID after insert

    I need to insert a record and then retrieve the value of the autonumber field associated with the record. I can easily do this with an insert followed by a select max(id) from table1 (where id is an autonumber field). What I'm looking for is how to ensure that two inserts at the same time...
  2. GunJack

    Help with selecting distinct records and proper order.

    I've been working with sql for years but my limited knowledge of it has finally caught up with me. I'm working in a web scripting environment where I'm using odbc to run sql statements against an access db. I have a table with contains entries for time spent on projects by an employee. Each...

Part and Inventory Search

Back
Top