E
eatc7402 via AccessMonster.com
I am trying to figure out if there is a problem with my usage of MAKE TABLE
queries.
I have some data that consists of 20-40 records EACH of yearly records
sorted by YEAR. I have a query that displays this data correctly SORTED by
year (descending). I have currenrly approx 700 records.
When I convert the above query to a MAKE TABLE version of the same query,
I get some weird results. The data that results in the table created is NOT
SORTED the same as the select query was.
Should it be???
I have then created approx 15 APPEND queries (doing one years data at a
time) that I then execute one-at-a-time. This results in a correctly sorted
table creation.
If I create a MACRO to run the 15 APPEND queries one after the other,
I get the similar screwed up sorting. It seem like speed (maybe??)
has something to do with it.
I am running Windows XP, with 1meg of memory so I don't think
that is the issue. BTW, I am running Access 2002, Sp3.
I don't quite understand why this is happening.
eatc7402.
queries.
I have some data that consists of 20-40 records EACH of yearly records
sorted by YEAR. I have a query that displays this data correctly SORTED by
year (descending). I have currenrly approx 700 records.
When I convert the above query to a MAKE TABLE version of the same query,
I get some weird results. The data that results in the table created is NOT
SORTED the same as the select query was.
Should it be???
I have then created approx 15 APPEND queries (doing one years data at a
time) that I then execute one-at-a-time. This results in a correctly sorted
table creation.
If I create a MACRO to run the 15 APPEND queries one after the other,
I get the similar screwed up sorting. It seem like speed (maybe??)
has something to do with it.
I am running Windows XP, with 1meg of memory so I don't think
that is the issue. BTW, I am running Access 2002, Sp3.
I don't quite understand why this is happening.
eatc7402.