J
Jane
Hello everyone
Is it possible to sort a continous form by more than one field
I have this
Private Sub SortAZ_Name_Click()
Me.OrderBy = "Surname"
End Sub
But I would like something like this
Private Sub SortAZ_Name_Click()
Me.OrderBy = "Surname" and 1stname
End Sub
Is this possible
Thank you for your help if you can offer any tips
Jane
Is it possible to sort a continous form by more than one field
I have this
Private Sub SortAZ_Name_Click()
Me.OrderBy = "Surname"
End Sub
But I would like something like this
Private Sub SortAZ_Name_Click()
Me.OrderBy = "Surname" and 1stname
End Sub
Is this possible
Thank you for your help if you can offer any tips
Jane