I want to try to perform a function for each record that is in a recordset. SO say I have
set tb = db.openrecordset(Blue)
then I want to say for each record
call this function
then do the next record
and on and on


How to?