On your form have two text boxes one called StartNumber and the other EndNumber. When you enter the StartNumber, use the After Update evnt to set the EndNumber to the same value as the StartNumber. If multiple invoices are required then just change the EndNumber.
To print the invoices, the...