LynnEsther
Registered User.
- Local time
- Today, 11:35
- Joined
- Sep 14, 2007
- Messages
- 40
I have a continuous form with two, simple calculated fields (=[field1] + [field2]). Roughly 90% of the time when the form is opened, the calculated fields in the first record display #Error. All of the other records on the form are fine. If I hit F9 on the keyboard to refresh, the #Error goes away and the correct field value displays. I have tried requerying the form OnOpen, but that doesn't correct the problem. Is there anything else I might try? Thanks in advance.