seriousfunroger
Programmer
I would like a grid to only display a group of records in a table which meet the conditions had previously determined.
My table is indexed, I seek the first record which meets my condition, use a do while to count the records meeting the condition, now I want to browse only those records in a grid.
I have tried copying the records to another table which works well until I want to edit the record. Then I am editing a copy of the record, not the original record. I know I could edit the copy and move the changes to the original record, but this all seems very messy and could be avoided it I could limit the
range of records in grid.
My table is indexed, I seek the first record which meets my condition, use a do while to count the records meeting the condition, now I want to browse only those records in a grid.
I have tried copying the records to another table which works well until I want to edit the record. Then I am editing a copy of the record, not the original record. I know I could edit the copy and move the changes to the original record, but this all seems very messy and could be avoided it I could limit the
range of records in grid.