Below is the code I am using...
<cfquery name="qryData" datasource="" username="" password="">
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.