David Laplante
Nov 11th, 1999, 12:34 AM
Hi there. I've made up a program in which each time a textbox is 'validated', it stores the new value in the current recordset. Each time such a modification is made, I'm calling a function that triggers .edit on the recordset. I DO NOT UPDATE right after. This only hapens when the user clicks on the "SAVE RECORD" button.
Will triggering .edit many time on the same recordset affect the memory usage, or will it affect the speed of my application? I solution to this might be, before triggering the .edit, to check if the recordset is already in 'edit' mode. How can this be done?
Thanks!
Will triggering .edit many time on the same recordset affect the memory usage, or will it affect the speed of my application? I solution to this might be, before triggering the .edit, to check if the recordset is already in 'edit' mode. How can this be done?
Thanks!