Hello,
I use requery in the On Activate event of a form to ensure all the records are visible after a new record has been added. However, I note that this event is called whether a record has been added or not which seems a waste of time. The Dirty boolean value in the form does not seem to indicate anything useful
What would be a good test to see if I should requery or not?
I currently do the above in an embedded macro but happy to convert to VBA if necessary.
I use requery in the On Activate event of a form to ensure all the records are visible after a new record has been added. However, I note that this event is called whether a record has been added or not which seems a waste of time. The Dirty boolean value in the form does not seem to indicate anything useful
What would be a good test to see if I should requery or not?
I currently do the above in an embedded macro but happy to convert to VBA if necessary.