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 TouchToneTommy 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: volkyl
  • Content: Threads
  • Order by date
  1. volkyl

    How to dynamically build database field name

    I have columns in my DB as such: price_tier1 price_tier2 price_tier3 etc... I have a for loop wherein I'd like to iteratively pull back the value in each column: for i := 1 to 10 do ( tierColumn = "table.price_tier" + Cstr(i); tier := {tierColumn} )...

Part and Inventory Search

Back
Top