Auto Populate List

Auto Populate List

 Hi

I cant seem to get my head around the following:

I'm creating an app.  One of the fields require a int value > 0.  For example lets assume "4".  How can I built a list to contain 1, 2, 3, 4?  If the int was "5" then list must contain 1,2,3,4,5.

I need this for the following reason:

Int "4" means that certain field values in the form must be copied to another form on submit, 4 represents the amount of data rows, so:

1. Name, Surname, Mobile

2. Name, Surname, Mobile

3. Name, Surname, Mobile

4. Name, Surname, Mobile

Rgds

eugenevz