I want to program two buttons that switch entries in a table-like form. The buttons (up and down) need to look one entry ABOVE and one entry UNDER the current record to get that id (and later call a simple function switchentries(entryid0, entryid1)).
I COULD open a copy of the displayed recordset, move to the current record and then movePrevious or moveNext, BUT is there a more elegant way to find out these ids? Is it possible to this with "bookmarks" or some tricky form-function?
Thanks in advance
waldemar
I COULD open a copy of the displayed recordset, move to the current record and then movePrevious or moveNext, BUT is there a more elegant way to find out these ids? Is it possible to this with "bookmarks" or some tricky form-function?
Thanks in advance
waldemar