That's the whole point. If he actually spent a fraction of the time that he does asking these kinds of questions and instead just read a book, everyone would benefit.
On Tue, Jun 3, 2008 at 2:26 PM, Greg Morphis <[EMAIL PROTECTED]> wrote: > Erik, why can't you just exclude those records in the SQL? > select hours,minutes > from TimesOnline > where empID=#EID# > and coursename like 'Activity Programming%' > and (hours != 0 and minutes != 0) > > ?? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306743 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

