P
pemt
Dear all,
I have a 5 millions records from a database imported from a text file
including Name, Values two columns. And I have another Excel file with 4,000
records including Name, RangeStart, RangeEnd, 3 columns. I need to count how
many records from the 5 millions data in each range.
For example,
DataBase Records: RangeFile Records:
Name Values Name RangeStart RangeEnd
Name1 20 Name1 13 22
Name1 30 Name2 20 30
Name2 15
So, the count should be
RangeFile Records:
Name RangeStart RangeEnd Count
Name1 13 22 1
Name2 20 30 0
I imported both database and range file into Access as Tables, so how to
count it with either Macros or Modules?
Really appreciate for your help.
pemt
I have a 5 millions records from a database imported from a text file
including Name, Values two columns. And I have another Excel file with 4,000
records including Name, RangeStart, RangeEnd, 3 columns. I need to count how
many records from the 5 millions data in each range.
For example,
DataBase Records: RangeFile Records:
Name Values Name RangeStart RangeEnd
Name1 20 Name1 13 22
Name1 30 Name2 20 30
Name2 15
So, the count should be
RangeFile Records:
Name RangeStart RangeEnd Count
Name1 13 22 1
Name2 20 30 0
I imported both database and range file into Access as Tables, so how to
count it with either Macros or Modules?
Really appreciate for your help.
pemt