Dear all,
I'm having a problem figuring how to do following example.
Each employee has individual hours form, and each hours form consist same subform. Now each of them wants different sorting or no sorting of the subform.
What I did so far is used simple command button of:
Me.OrderByOn = True
Me.OrderBy = "Projects for eaxample"
I try this once from the subform once from the form, but what i found out is that the subform keeps the last settings.
What I want is each employee to see the subform how he left it.
Is it possible each one to have his sorting settings without making for each one separate subform and how?