When making an aggregate query like "SELECT SUM(time_worked) FROM Time", I see that the field name in the cursor is "sum(time_worked)" instead of "time_worked", which is what I expected. I'll assume that this is the intended behavior, but is it the desirable behavior? Charles Yeomans