I'm currently eliminating SET FILTER code because I believe its causing an application to HANG UP(I previously sent a thread about my Foxpro app Hanging Up). The only problem I'm coming against is displaying a specific persons records on a screen. In other words, lets say i have 5 records (out of 12000) I want to display one at a time on a screen so someone can Inquire, Next, Previous or Edit the record(s). I did use set filter to display only those 5 records, but now how do I do it. I don't want to use a select and display from the temp table, because if they edit i have to do replaces etc. Any ideas???