R
RB
Why do we have to use "frm.BookMark = frm.RecordsetClone.Bookmark" twice
consecutively to locate a record in one large data set when we can otherwise
use that statement only once in any other large data set?
In a datasheet view form, we are using the double-click event to open a
single record edit view form for the record that was double-clicked on.
The data has been repaired/compacted; even appended to a completely new data
set and the behavior is the same.
We have tried canceling any of the event procedures in the edit view form
but still no luck.
The edit view form uses a subform with a parent child ID link.
Any thoughts would be appreciated.
RB
consecutively to locate a record in one large data set when we can otherwise
use that statement only once in any other large data set?
In a datasheet view form, we are using the double-click event to open a
single record edit view form for the record that was double-clicked on.
The data has been repaired/compacted; even appended to a completely new data
set and the behavior is the same.
We have tried canceling any of the event procedures in the edit view form
but still no luck.
The edit view form uses a subform with a parent child ID link.
Any thoughts would be appreciated.
RB