I have a form with loads of calculated textboxes (using expressions).
Some of these also rely on other textboxes that are being calculated when the form loads.
If I load it once, some of the textboxes display #Error! but most don't.
On closing it and reloading it a second time, the textboxes that displayed #Error! the first time now display a correct value and some other textboxes display #Error! instead.
Occasionally, every control works perfectly.
Is this something to do with when the calculation on each control is run and that if the dependent calculations don't finish quickly enough?
If so, is there a way round it?
Some of these also rely on other textboxes that are being calculated when the form loads.
If I load it once, some of the textboxes display #Error! but most don't.
On closing it and reloading it a second time, the textboxes that displayed #Error! the first time now display a correct value and some other textboxes display #Error! instead.
Occasionally, every control works perfectly.
Is this something to do with when the calculation on each control is run and that if the dependent calculations don't finish quickly enough?
If so, is there a way round it?