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 John Tel 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: szotto
  • Content: Threads
  • Order by date
  1. szotto

    Recordnumber

    How can I show in query (or form) the record number ? ( the autoincrement filed can have some holes depend if I was deleted some records) SELECT id,name FROM mytable ORDER BY id DESC ; # id Name --------------- 1 5 Beta 2 3 Alpha 3 1 Teta SELECT id,name FROM mytable ORDER by...

Part and Inventory Search

Back
Top