I have a maintenance form where each item that gets inspected needs to
have a unique number. The Item # is a Numeric Field and I have tried
many different ways to count the Subform1 instances but nothing works
100% of the time. The issue is I can count the instances on initialize
or I can add 1 to the index but it doesn't work if I need to remove
sections. I need to find a way that correctly identifies the item number
despite errors made by the user when they need to remove sections. I've
also t...