Hi,
I manages to get this code from a tutorial site..
basically, i wanted to display exactly 3 columns from 3 CarID in the list.
<Table border="1" width="100%">
<cfloop list="#Form.CarID#" index="ID" delimiters=",">
<tr>
<cfparam name="startrow" default="0">
<cfquery...