S
Smythe32
Hi,
I was hoping someone could help me out here with some code. I need to
take a starting number and an ending number and produce a list of all
the numbers in between.
Ex:
Start_Num End_Num
2345611000 2345611005
5856378700 5855378703
7162251601 7162251601
I would like these to append to another table. For example once the
above are broken out, the following would append to a current table.
2345611000
2345611001
2345611002
2345611003
2345611004
2345611005
5856378700
5856378701
5856378702
5856378703
7162251601
Thanks in advance.
I was hoping someone could help me out here with some code. I need to
take a starting number and an ending number and produce a list of all
the numbers in between.
Ex:
Start_Num End_Num
2345611000 2345611005
5856378700 5855378703
7162251601 7162251601
I would like these to append to another table. For example once the
above are broken out, the following would append to a current table.
2345611000
2345611001
2345611002
2345611003
2345611004
2345611005
5856378700
5856378701
5856378702
5856378703
7162251601
Thanks in advance.