I have a form named "frmMembers " with a command button that opens another form named "frmViewReports ". Whenever I close "frmViewReports ", "frmMembers " automatically goes to the last record (Member) in frmMembers.
I would like to be able to return to the same record that was displayed prior to opening and closing "frmViewReports ).
I would like to be able to return to the same record that was displayed prior to opening and closing "frmViewReports ).
Comment