On a form called "frmRecordList" I have a multiselect listbox "lstRecords" and a command button that opens a form "frmViewDetail" based on the selection in the listbox. I would like to add record navigation buttons to "frmViewDetail" so I can move down (or up) the selected records in the listbox on "frmRecordList".
I know that I can refer to 'Forms!frmRecordList!lstRecords.column(0,row)' , but how do I determine the next (or previous) selected row? I appreciate any help that I can get.
Thanks,
Sup
I know that I can refer to 'Forms!frmRecordList!lstRecords.column(0,row)' , but how do I determine the next (or previous) selected row? I appreciate any help that I can get.
Thanks,
Sup