> When it is put into the database it is all in one column. I want to know
> how can I search that column using cf and only return info that i
> want from
> a certain date.
So you have one table with one column in it? Something like...
SELECT *
FROM Table
WHERE Left(Columnname, 8) = '20010107'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists