When i have a detail table and i want to edit or add or update a set of records what is the best way to do it. Create cursor, create view or another?
For example when a have a grid that the recordsource is SQL statement with 'INTO cursor' this cursor is readonly. How can i update this records ?
For example when a have a grid that the recordsource is SQL statement with 'INTO cursor' this cursor is readonly. How can i update this records ?