I have a strange problem.
I have a subform which calculates 2 totals in its footer.
I have a button on my main form which puts those totals into boxes on my main form.
Everything works fine, unless I have over 15 rows in the subform!
The button first does a requery on the subform
I think this is the problem, I guess it takes too long
But if I dont Requery it often gives the old value
How can I force everything to wait until the requery is finished?
Or is there another way, or something I am missing...
I have a subform which calculates 2 totals in its footer.
I have a button on my main form which puts those totals into boxes on my main form.
Everything works fine, unless I have over 15 rows in the subform!
The button first does a requery on the subform
I think this is the problem, I guess it takes too long
But if I dont Requery it often gives the old value
How can I force everything to wait until the requery is finished?
Or is there another way, or something I am missing...