VB.Net- Fields in Access database returned in alphabetical order
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using the following VB.Net code to retreive the field names of a table in an Access db: Dim NewField As ADOX.Column Dim tblField As ADOX.Column For Each tblField In adocat.Tables("tblData").Columns The fields are returned in alphabetical order! I want to have the fields returned in the order they were created. Can this be done? | +-- JDMils | +--VB6 +--VB Dot Net |