Hi there,
I have a form with the DataEntry property set to True. I suppose this guarantees that the (whole) rs of the underlying table is not loaded into memory. Say that, after I've filled in a new record this way and saved it, I want to go to a new record via "DoCmd.GoToRecord, , acNew"... will this then bring down the whole rs of the underlying table, or is Jet intelligent enough to just add to the recently inserted record? For if it's not I'll have to look for an alternative (probably closing and reopening the form) to ensure I do not needlessly load thousands of records into memory.
Thanks in advance for your attention
Regards,
Jaime Premy
I have a form with the DataEntry property set to True. I suppose this guarantees that the (whole) rs of the underlying table is not loaded into memory. Say that, after I've filled in a new record this way and saved it, I want to go to a new record via "DoCmd.GoToRecord, , acNew"... will this then bring down the whole rs of the underlying table, or is Jet intelligent enough to just add to the recently inserted record? For if it's not I'll have to look for an alternative (probably closing and reopening the form) to ensure I do not needlessly load thousands of records into memory.
Thanks in advance for your attention
Regards,
Jaime Premy