Is it possible to sort a child table in a dataview on its own ?
for example if there are two tables:
tblParent & tblChild
The form is bound by its dataview.
Now there is a tab on the frmMain which lists all the records in tblChild
The main form is sorted by a field in tblParent, further to that can I sort
the records in the tab by another field in tblChild ?
Any input would be appreciated.
Thanks