I need to create a table.
The field names are sequential a1, a2, a3, a4, a5....to a100. The datatype is the same for each field.
I have other fields that need to be in the same table, but I only need them to loop to 10 (in1 to in 10 or com1 to com10)
Needless to say I don't want to write the same thing over/over if there's an easier way.
How would I use a loop to do this?
Thanks for any help!
The field names are sequential a1, a2, a3, a4, a5....to a100. The datatype is the same for each field.
I have other fields that need to be in the same table, but I only need them to loop to 10 (in1 to in 10 or com1 to com10)
Needless to say I don't want to write the same thing over/over if there's an easier way.
How would I use a loop to do this?
Thanks for any help!