adPersistXML field order problem



Hi all

I'm trying to use ADODB Recordset Save method with adPersistXML in my
Access 2k application which will be then opened with ADODC / Datagrid
in a VB form (disconnected).

I'm using ADO 2.6 if it has anything to do with this.

Unfortunately this method doesn't preserve my original field order
which makes things difficult. Instead it orders the fields
alpabetically. Is this a bug or a normal behaviour? In either case can
anyone suggest me a workaround ? (other than ordering the fields
manually, since the same grid will be used for different xml files)

Thanks for any help


Cemo

.