I have searched but have not found out how to loop through a B4XTable. I can do it using SQL commands but that seems kinda backwards. I am working with less than 100 records and need to do some calculations from a column and put the result in another column for each record and I really don't want to do it in SQL if I can do it directly in the B4XTable. I am assuming that any changes made in the table changes the in-memory sqlite DB doesn't it? I would think this function would be common so I think I must be missing something in the forum.