Northwind Question ?

  • Thread starter Thread starter TonyB
  • Start date Start date
T

TonyB

Hi,
I'm looking at the Orders Qry in the Northwind database and trying to
understand how the records returned are in alphabetical order. The Query
design view doesn't show any Sort values set for any of the fields in the
query, so I baffled why this query works this way ? Can anyone tell me how
it works ?
TIA
Tony
 
hi,
not sure but the sort may be in the table and the query is
just displaying what it found in the table in the order
that it found it.
 
Back
Top