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 gkittelson 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. vorwald

    Multiple sql

    How do I use multiple sql in builder. I want to convert a text field into a numeric field by identifying the unique values and assigning each value an interger. The sql commands (from FoxPro) are: 1) select distinct field1 as ufield from table1 into cursor temp1 2) select ufield, rowno() as...

Part and Inventory Search

Back
Top