B
bw
When I use the toolbar to sort items on my form, the control that I sort goes into the
OrderBy property field.
I want the OrderBy property field to be empty each time I open this form.
Private Sub Form_Activate()
OrderBy = ""
End Sub
This is apparently not the way to do this...can someone explain?
Thanks,
Bernie
OrderBy property field.
I want the OrderBy property field to be empty each time I open this form.
Private Sub Form_Activate()
OrderBy = ""
End Sub
This is apparently not the way to do this...can someone explain?
Thanks,
Bernie