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!

Recent content by bgirsh

  1. bgirsh

    dynamically create an Excel file with coldfusion?

    Below is the code I am using... <cfquery name=&quot;qryData&quot; datasource=&quot;&quot; username=&quot;&quot; password=&quot;&quot;> SELECT prem_lname, prem_fname, prem_minit FROM dbo.prempmst WHERE prem_proj = 0 AND prem_act_stat = 'A' AND prem_lname LIKE 'gi%' ORDER BY prem_lname...
  2. bgirsh

    dynamically create an Excel file with coldfusion?

    I used csteinhilber's query version and everything worked great except that the first field on the document contained all the data. Below was the correct layout. Any ideas on how to get rid of this first field?

Part and Inventory Search

Back
Top