I have several forms which use some fairly complex formulae to produce some results numbers. These forms feed one further form which uses the numbers generated in the first form. The user runs a macro which opens the first forms and then the last form. The problem is that the first forms are still getting their results together while the last form is trying to work with those numbers. In short, I'm getting a lot of #ERROR messages in the fields.
Is there way to slow things down so that the forms open, get all of their numbers, and then open the next form? Or even have a built in wait? Obviously I don't want a complete system wait or Access will just wait to calculate the numbers. I want Access to wait to open the next form.
I've tried working with Refresh, but it's not working well. I refresh each of the supporting forms as well as the final form, and the errors stay.
I know that there are likely more simple ways to do what I want, but this is what I'm stuck with.
Thanks!
Is there way to slow things down so that the forms open, get all of their numbers, and then open the next form? Or even have a built in wait? Obviously I don't want a complete system wait or Access will just wait to calculate the numbers. I want Access to wait to open the next form.
I've tried working with Refresh, but it's not working well. I refresh each of the supporting forms as well as the final form, and the errors stay.
I know that there are likely more simple ways to do what I want, but this is what I'm stuck with.
Thanks!