D
Dexter
Hello!
I have to check if table in default view is ordered by some column. In table
properties window is property order by.
i can get table,bet i can't find property or method to get order by value.
Here is code how i get to table:
For Each tabula As dao.TableDef In ACS.TableDefs
If tabula.Name.Trim.ToUpper = sName.Trim.ToUpper Then
' ??
End If
Next
I hope you will help soon!
Dexter
I have to check if table in default view is ordered by some column. In table
properties window is property order by.
i can get table,bet i can't find property or method to get order by value.
Here is code how i get to table:
For Each tabula As dao.TableDef In ACS.TableDefs
If tabula.Name.Trim.ToUpper = sName.Trim.ToUpper Then
' ??
End If
Next
I hope you will help soon!
Dexter