I hope someone can shed some light on this subject. I have an application where the users don't need to see all of the records in a given table. Currently, I open the table and let them navigate through the records using next, prev, etc., or they can use a grid to scroll through the table. I was thinking about letting the users set some parameters and then selecting all of the fields into a cursor and doing the edits on the cursor and then doing an update back to the live table (checking for changes, etc.) Or, just selecting the unique ID from the table into the cursor and setting a relationship into the live table so the user can edit the live table directly. Anybody have any thoughts, or is there a better method?
Thanks,
Auguy
Thanks,
Auguy