AndrewMozley
Programmer
I have a grid on a form in which the user may enter and edit data.
If he scrolls down beyond the last line and there is data in that last record I append a record to the RecordSource so that a another row may be edited in the grid. That works fine.
I now wish to provide a facility to let the user insert and delete rows in the grid (not necessarily at the end of the grid); this would be implemented by inserting / deleting records in the Recordsource. Am considering what keystroke should be offered to allow this. Is there any standard which other people have adopted? I had been considering Alt-Ins and Alt-Delete, but do not wish to clash with any other standard keyboard functionality.
Thanks. Andrew
If he scrolls down beyond the last line and there is data in that last record I append a record to the RecordSource so that a another row may be edited in the grid. That works fine.
I now wish to provide a facility to let the user insert and delete rows in the grid (not necessarily at the end of the grid); this would be implemented by inserting / deleting records in the Recordsource. Am considering what keystroke should be offered to allow this. Is there any standard which other people have adopted? I had been considering Alt-Ins and Alt-Delete, but do not wish to clash with any other standard keyboard functionality.
Thanks. Andrew