Calculations in Forms Lost With Re-install

A

Arizona Fred

I have several forms where there was a Calculated control in the form that
gave me sums and subtotals of other entries in the form. I had a virus
destroy my hard drive, when I reinstalled Access from the original CD, these
forms lost the ability to perform the calculations I described. I've
downloaded all relevant updates since the time this occurred, but have not
been able to solve the problem. Any ideas as to the cause (and cure) for
this?
 
A

Arizona Fred

Allen, I did find some inconsistencies in the libraries (ADO library was not
selected), and I corrected those according to your suggestions and those of
Tom Wickerath. But these did not correct the issue I was having with the
calculated controls in forms not functioning. I'll try unregistering and
re-registering the libraries next, but for the moment the databases I was
working with have locked. I'll need to reboot in order to delete the lock
files and continue.
 
A

Allen Browne

Let us know how you go.

There could be other issues. If it's a timing problem, you might try this
from the Immediate Window (Ctrl+G):
Forms![Form1].ReCalc
 
Top