amorosik
Member
- Local time
- Today, 03:49
- Joined
- Apr 18, 2020
- Messages
- 502
I have a continuous form on which the rows of documents such as estimates, invoices, etc. are displayed
In the form header section there is a subform that displays as many lines as there are different tax rates
On the same subform, in the Footer section, I added textboxes to display the totals of the tax, taxable, exempt, etc. value.
These textboxes have the ControlSource property set with a formula like =sum(tax) , as visible from video 3
It worked fine for about six months
For some days, on a single workstation (it's a small network of 5-6 workstations) the calculated textboxes no longer update the display, and consequently the values that depend on their content appear as incorrect, as visible in video 1
I also added video 2 which shows one of the workstations, same LAN network, working properly
Procedure is in accde format, Access 2013, 32bit, os is Windows 10 pro 64bit (the same on other workstation)
The question is: what could cause the failure to update the calculated textboxes of that workstation?
In the form header section there is a subform that displays as many lines as there are different tax rates
On the same subform, in the Footer section, I added textboxes to display the totals of the tax, taxable, exempt, etc. value.
These textboxes have the ControlSource property set with a formula like =sum(tax) , as visible from video 3
It worked fine for about six months
For some days, on a single workstation (it's a small network of 5-6 workstations) the calculated textboxes no longer update the display, and consequently the values that depend on their content appear as incorrect, as visible in video 1
I also added video 2 which shows one of the workstations, same LAN network, working properly
Procedure is in accde format, Access 2013, 32bit, os is Windows 10 pro 64bit (the same on other workstation)
The question is: what could cause the failure to update the calculated textboxes of that workstation?
Attachments
Last edited: