Good Morning Ladies and Gentleman.
My question is in MS Access 2000 (I know is old, is all I have)
I’m basically a Newbie in this posting of new threads and in the MS Access as well.
I spend a lot of hours trying to get this answer out of the Internet and 6 different books of MS Access and VB with no results. I don’t even know if is possible.
Here is the Question:
I have a txtBox with a simple range of numbers, but not all the numbers, only the first and the last number.
Lets say the range of numbers is: 201, 202, 203, 204, 205
All I have in the txtBox is: 201 205
I need to have all the range of numbers: 201, 202, 203, 204, 205
in my UnitTable all under the UnitField like this:
UnitField
201
202
203
204
205
I suspect I have to write a special Function or Module for this, but I’m out of ideas so far.
Any Help in this matter is going to be greatly appreciated.
Any guidance, brainstorms, tips, etc…
Thank you Ladies and Gentleman in advance.
My question is in MS Access 2000 (I know is old, is all I have)
I’m basically a Newbie in this posting of new threads and in the MS Access as well.
I spend a lot of hours trying to get this answer out of the Internet and 6 different books of MS Access and VB with no results. I don’t even know if is possible.
Here is the Question:
I have a txtBox with a simple range of numbers, but not all the numbers, only the first and the last number.
Lets say the range of numbers is: 201, 202, 203, 204, 205
All I have in the txtBox is: 201 205
I need to have all the range of numbers: 201, 202, 203, 204, 205
in my UnitTable all under the UnitField like this:
UnitField
201
202
203
204
205
I suspect I have to write a special Function or Module for this, but I’m out of ideas so far.
Any Help in this matter is going to be greatly appreciated.
Any guidance, brainstorms, tips, etc…
Thank you Ladies and Gentleman in advance.
Comment