S
Sam
I have an append query that does a left join on 2 tables. The query orders
the records according to the order in which they are stored in the left table
(the 2 tables are really links to a dbase db (left) and an external ACCESS db
(right)).
When I have the query append to an empty table (just has the fields defined,
Order By On Load = No, Order By = No, no primary key, all fields are text),
the records are appended in sorted order using the first field (which is not
the join field FYI).
How can I stop the sorting during the query append operation so that the
records are stored in the order the query displays - which is the order of
the records in the dbase file?
With Regards-
Sam
the records according to the order in which they are stored in the left table
(the 2 tables are really links to a dbase db (left) and an external ACCESS db
(right)).
When I have the query append to an empty table (just has the fields defined,
Order By On Load = No, Order By = No, no primary key, all fields are text),
the records are appended in sorted order using the first field (which is not
the join field FYI).
How can I stop the sorting during the query append operation so that the
records are stored in the order the query displays - which is the order of
the records in the dbase file?
With Regards-
Sam