>       if (Check_NT.RecordCount gt 0 is "TRUE")

I don't know if this is the problem, but I would definitely not write that
condition that way. I would use either:

1. if (check_NT.recordcount gt 0)

or

2. if (check_NT.recordcount)

Both will achieve the result I assume you are looking for.

- Sean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to