I have a form that contains 2 subforms. The main form has a number field set for autonumber so as to uniquely identify that record. Aside from having gaps in the numbers from deleting record this works fine.
On my second subform which is a set up as a continuous form with a number field I have set as an autonumber which I would like to basically count up to 20 automatically in my form as there can be 20 entries in this subform. My question is how to allow my subform to have an autnumber type function that is reset whenever I refresh the subform to allow it to count 1 to 20 again. There are not always 20 entries put in but 20 is the max. Can this by done using autonumber or am I going to have to use VB to create a counter to fill in the number for me here (any coding examples would help me).
Thank you in advance for your help.
On my second subform which is a set up as a continuous form with a number field I have set as an autonumber which I would like to basically count up to 20 automatically in my form as there can be 20 entries in this subform. My question is how to allow my subform to have an autnumber type function that is reset whenever I refresh the subform to allow it to count 1 to 20 again. There are not always 20 entries put in but 20 is the max. Can this by done using autonumber or am I going to have to use VB to create a counter to fill in the number for me here (any coding examples would help me).
Thank you in advance for your help.