I need to add a set of control numbers to a database from a form where the user enters in the beginning number and the total number assigned. I want the form to then take the total number assigned and add number of sequential numbers equal to the total assigned starting with the control number put in. Example: user puts in starting number of 10 and total assigned of 5. The form then assignes 10,11,12,13,14 to the database. I have the control number set up as the index key. I have no idea how to do this and would appreciate some help.