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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nina21

  1. nina21

    Sql Order by

    Thanks Don't search my name of field 'position' was a key word. Now with the name 'iPosition' it works. Bye
  2. nina21

    Sql Order by

    Thanks It works well without the Order By. But with it, I have the same error.
  3. nina21

    Sql Order by

    Under ASP, I have this statement which works: strSQL="select * from " & Table_Name objRS.open strSQL, objConn But when I want to sort according to my column 'Position' (which is of number type under Access 2000) It no longer works. Any Idea?: strSQL="select * from " &...

Part and Inventory Search

Back
Top