J
John D in London, England
I have several select queries which extract various different sets of records
from a database. The queries all include a sort order specification. I also
have several reports which can use any of the queries. The OnOpen method of
each report receives the name of the required query in openArgs and stores it
in RecordSource.
Most of the reports work fine and list the records in the order specified in
the query. But one particular report gets the order of records wrong. It
lists them in sequence of their autoincrementing record number - i.e.
presumably in the order they are stored in the table. Has anyone seen a
problem like this? - and do you have any solutions.
from a database. The queries all include a sort order specification. I also
have several reports which can use any of the queries. The OnOpen method of
each report receives the name of the required query in openArgs and stores it
in RecordSource.
Most of the reports work fine and list the records in the order specified in
the query. But one particular report gets the order of records wrong. It
lists them in sequence of their autoincrementing record number - i.e.
presumably in the order they are stored in the table. Has anyone seen a
problem like this? - and do you have any solutions.