G
Guest
I have a table with 1.3 million records in an access database slighly less
that 1GB. I want to sort it by SSN So that I can run a VB program to get
information from the preceeding record.
I do a make table query, sorting by SSN (the first field). The data appears
to sort but when you look closely you can find some SSNs that are out of
order. SSN is indexed and duplicates are allowed. It works as expected in
small datasets but
How can I get all the SSNs to sort so that I can process them in the right
order in a module in VB?
that 1GB. I want to sort it by SSN So that I can run a VB program to get
information from the preceeding record.
I do a make table query, sorting by SSN (the first field). The data appears
to sort but when you look closely you can find some SSNs that are out of
order. SSN is indexed and duplicates are allowed. It works as expected in
small datasets but
How can I get all the SSNs to sort so that I can process them in the right
order in a module in VB?