Hello all,
Is there an easy way to keep a Subform record stationary while using the RecordSet.FindFirst method on the MainForm? Using FindFirst on the MainForm causes my subform to "jump" to the top record. The user selects a SubForm record which Finds that record on the MainForm (both having the same RecordSource). Preferably the SubForm would remain unchanged after locating a MainForm record.
Perhaps I should use a Bookmark or RecordSet.Clone???? Can someone point me in the right direction?
Is there an easy way to keep a Subform record stationary while using the RecordSet.FindFirst method on the MainForm? Using FindFirst on the MainForm causes my subform to "jump" to the top record. The user selects a SubForm record which Finds that record on the MainForm (both having the same RecordSource). Preferably the SubForm would remain unchanged after locating a MainForm record.
Perhaps I should use a Bookmark or RecordSet.Clone???? Can someone point me in the right direction?