|
It ALMOST helps . . .
Actually, it helps a lot, but due to the type of data I'm loading, only ONE of the records will meet the IF requirement. I then want to grab it and the successive 7. (they are time events for a schedule, you see, so I want to show what's happening NOW and the next 7 things that will happen.)
Would a for..next loop, coupled with a my_sql_fetch row help this?
|