I have this query that shows all events in a database. What do I need to add
to not show older expired events? I just want to show events from 'today'
on.

<CFQUERY NAME="GetEvents" DATASOURCE="schedule">
SELECT      bEvent, bTime, bDay
FROM bGames
Order BY bGames.bDay
</CFQUERY>

Ann Harrell
Mind like a steel trap..
Rusty and illegal in 37 states.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to