Hi all, i'm using the following two lines in VBA to return filtered results on my form.
What do i need to add to this to have the flexible in sorting the data asending or decending by say any column heading i.e "Parts" or "Date"
I'm not using a query in this particular case. Thanks
Me.Filter = strWhere
Me.FilterOn = True
What do i need to add to this to have the flexible in sorting the data asending or decending by say any column heading i.e "Parts" or "Date"
I'm not using a query in this particular case. Thanks
Me.Filter = strWhere
Me.FilterOn = True