Hannah_0987
New member
- Local time
- Today, 14:57
- Joined
- Sep 19, 2024
- Messages
- 2
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 listed out. For example, 1,2,3,4...20. Each number should be listed out row by row, so in this case when I've entered 1 and 20, I'll get 20 rows of numbers.
For reference, the function is similar to the Series function in Excel as the picture below, but its implemented in Access.
Any help would be appreciated, thank you.
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 listed out. For example, 1,2,3,4...20. Each number should be listed out row by row, so in this case when I've entered 1 and 20, I'll get 20 rows of numbers.
For reference, the function is similar to the Series function in Excel as the picture below, but its implemented in Access.
Any help would be appreciated, thank you.