L
lmn
I am using ACCESS 2002, I am not that strong in the VB aspect but can follow
already written code. I have a table which I have AutoNumbered; which is
working very well for this need. I am using this AutoNumber method as a
"sequence" number for data that have been sorted. I have a specific number
that I must start with (stored to a table), I then must add a "interval",
(stored to a table) to that number and pull every sequence number till end of
table. The Specific number and Interval can change in the future.
For example
Sequence number is = 750
Interval number is 2481.
I must pull sequence number 750, 3231, 5712 .... til end of file.
I have researched various ACCESS threads and VB Threads(which I am not
strong in). I just can't seem to find what I am looking for.
Any suggestions would be great. Thanks in advance for any help.
already written code. I have a table which I have AutoNumbered; which is
working very well for this need. I am using this AutoNumber method as a
"sequence" number for data that have been sorted. I have a specific number
that I must start with (stored to a table), I then must add a "interval",
(stored to a table) to that number and pull every sequence number till end of
table. The Specific number and Interval can change in the future.
For example
Sequence number is = 750
Interval number is 2481.
I must pull sequence number 750, 3231, 5712 .... til end of file.
I have researched various ACCESS threads and VB Threads(which I am not
strong in). I just can't seem to find what I am looking for.
Any suggestions would be great. Thanks in advance for any help.