I have a form with a subform that includes a field called ItemCount. In the footer of the subform is a textbox, CalcCount, that calculates the sum of the ItemCount column (=SUM([ItemCount])).
In the main form under that column is another textbox called VerifyCount in which the user enters a...