franklin1232
IS-IT--Management
After opening a form with a filter I want to get the total number of records. If I step through my code I can get the right number, but with out breaks the recordcount property is = 1.
lblRecCount = me.recordsetclone.recordcount
I have put this in open load applyfilter events and nothing is working. How can I pause so that the recordcount property updates before it set the lblRecCount to it's value.
lblRecCount = me.recordsetclone.recordcount
I have put this in open load applyfilter events and nothing is working. How can I pause so that the recordcount property updates before it set the lblRecCount to it's value.