Within an Access 2000 form (continuous), there is a total calculated at the bottom of the form which is the sum of all the records (currency field). This total value is compared to a constant yielding a difference (variance). This variance is evaluated and if positive, the background color of the variance field is set red, else it is set to green. While the variance figures are calculated correctly immediately upon advancing to the next record (on-current event), the colors are not correct until advancing to yet another record (2nd on-current event occurence).
As soon as a control break is inserted into the code, the program works perfectly without requiring the 2nd on-current event occurrence. Remove the control break and the problem reoccurs.
Any ideas?
As soon as a control break is inserted into the code, the program works perfectly without requiring the 2nd on-current event occurrence. Remove the control break and the problem reoccurs.
Any ideas?