S
Stu Dongel
Hello All,
I am having a hell of a time tryin to right a form that generates a a number
range. What I need to do is as follows. I have a set of numbers, and they
are odd ex. 00010327 "it needs to be formatted as such becuase it is an id
number of sorts". The next number is in sequence, and so on. So what i
need to do is write this code out to generat a range from any given value.
EX. 327 500 would populate a table with a field calld "Num" with 0010327
0010328 00010329 00010330......00010500.
i have staarted out with 2 unbound textboxes calld StartNum and EndNum and a
command button in wich i am tryin to exec my code. Im failing miserable,
partly becuase of the number padding, and probebly becuase i was using
Dcount poorley... Im not much of a VB programmer, im still picking it up.
the end result for this is just to have that series of numbers, so i can
print up envelopes with the same number that is on these damn cards.
Im not sure if I am even goin about this the write way. If anyone has any
sugestions, or nudges, or help, i would be greatly appriciative.
I am having a hell of a time tryin to right a form that generates a a number
range. What I need to do is as follows. I have a set of numbers, and they
are odd ex. 00010327 "it needs to be formatted as such becuase it is an id
number of sorts". The next number is in sequence, and so on. So what i
need to do is write this code out to generat a range from any given value.
EX. 327 500 would populate a table with a field calld "Num" with 0010327
0010328 00010329 00010330......00010500.
i have staarted out with 2 unbound textboxes calld StartNum and EndNum and a
command button in wich i am tryin to exec my code. Im failing miserable,
partly becuase of the number padding, and probebly becuase i was using
Dcount poorley... Im not much of a VB programmer, im still picking it up.
the end result for this is just to have that series of numbers, so i can
print up envelopes with the same number that is on these damn cards.
Im not sure if I am even goin about this the write way. If anyone has any
sugestions, or nudges, or help, i would be greatly appriciative.