I'm looking to create a function that can quickly lookup any column (field), in any table with a supplied value. This would then set the position on a TableView or other similar list type view in under a second. The tables could have up to 10000 rows. Something like RowNum = SearchVal("TableName","ColumnName","Value") returning the RowNum to set the position in the TableView or a -1 if the value is not found. I have accomplished this on Palm and WM but so far have not found this functionality in B4a or on this forum. Let me know as I will pay for helping me the various hassles I have with the transition from my older programs to Android/B4a and eventually Apple. Also, let me know if this is just not possible. Thanks.