I have an MS Access 97 query which is sorted on a Reference field, defined as a text field.
Typical values in this field are:
0-003-LP
0-005-LP
0-2SDCY
0001-3.2SS
001
When the query is run in Access the records come out in the above sequence - which is correct for a text field.
However, when I run this query in VB6 (using DAO) using an Apex Combo box (3rd party control) via a Data Control, I get the records out in the following sequence:
0001-3.2SS
0-003-LP
0-005-LP
001
0-2SDCY
It is as though something (VB? Apex combo? Data Control?) is deciding that these are going to be treated as numeric fields and orders them as such.
Does anyone have any ideas what could change the sequence?
It is our current corporate policy to use VB6, DAO and Access97 so please dont suggest trying another method or version because I can't!!!
[This message has been edited by Michael (edited 01-18-2000).]
