Ordering a dataview
I have created a dataview by creating a dataset and then adding a dataview to it using a rowfilter as below:
NowDataView.rowfilter = "FactoryDueDate = #" & strNow & "#"
Can I know order the dataview by a different field in the dataview, such as the ID field.
Thanks
Louisa
|