I have a Form1 with a command button that opens Form2.
Form2 displays the record count in the form footer.
Then I have a code that copies the record count on Form2 back to a textbox in Form1.
My problem is, Access copies the record count right away before the Form2 even calculates the record count. That’s why I always get a “0” value.
I even put a 5 to 10 seconds timer with no success. It still copies before the form is done counting the records.
Any help how I can solve this?
Thanks in advance.