M
Martin Walke
Hi all,
Can anyone tell me what dictates the order of record retrieval from a
database when it has:
a) an autonumber field which is the primary key
b) no order clause in the select statement
c) and opened using DAO under VB6?
I have a database that has these properties and is opened by simply using
the table name on its own. However, the records, when displayed, are not in
the order as defined by the autonumber field although there have been
deletions
i.e. they display similar to 1, 2, 3, 5, 10, 14, 18, 20, 48, 55, 30, 31,
34....
TIA
Martin
Can anyone tell me what dictates the order of record retrieval from a
database when it has:
a) an autonumber field which is the primary key
b) no order clause in the select statement
c) and opened using DAO under VB6?
I have a database that has these properties and is opened by simply using
the table name on its own. However, the records, when displayed, are not in
the order as defined by the autonumber field although there have been
deletions
i.e. they display similar to 1, 2, 3, 5, 10, 14, 18, 20, 48, 55, 30, 31,
34....
TIA
Martin