Thank you, this is exactly what I needed. In response to the first few comments this is just intended for learning purposes that I might use for a future program. Once again I appreciate all your help :))
How do I build program that can generate a table that lists out the numbers within the range I have entered in a form.
The user inserts two numbers in a form. For example, the field StartValue is 1 and EndValue is 20.
In another table, I would like numbers from StartValue to EndValue to be...