Hello all,
I am working in a telephone company. We were given a list of locations and the ranges of telephone numbers each location can handle.
for example: Location Number Range
A 220000 - 221999
A 232000 - 232199
B 223000 - 223999
B 235000 - 235099
I have designed a database in MS Access to match each telephone call with the location it is coming from, in order to calculate how many calls we have from a specific location.
The problem i have is that i need to have all the telephone numbers in a table (location, number / A, 223123).
Is there a way to use VBA to create the records of the table if i give the ranges?
i.e.
Location Number
Create A 220000
A 220001
A .
A .
Until A 221999
I am working in a telephone company. We were given a list of locations and the ranges of telephone numbers each location can handle.
for example: Location Number Range
A 220000 - 221999
A 232000 - 232199
B 223000 - 223999
B 235000 - 235099
I have designed a database in MS Access to match each telephone call with the location it is coming from, in order to calculate how many calls we have from a specific location.
The problem i have is that i need to have all the telephone numbers in a table (location, number / A, 223123).
Is there a way to use VBA to create the records of the table if i give the ranges?
i.e.
Location Number
Create A 220000
A 220001
A .
A .
Until A 221999