SQLScholar
Programmer
Hey all,
I dont "do" access stuff very often and i am struggling.
I have a form\subform all working fine. However on the subform design i have added this
Private Sub Form_AfterUpdate()
Me.Form.OrderBy = "OrderKey"
Me.Form.OrderByOn = True
End Sub
This works fine when i view the form on its own, however when i call it as a subform it doesnt seem to fire.
Any ideas why?
TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I dont "do" access stuff very often and i am struggling.
I have a form\subform all working fine. However on the subform design i have added this
Private Sub Form_AfterUpdate()
Me.Form.OrderBy = "OrderKey"
Me.Form.OrderByOn = True
End Sub
This works fine when i view the form on its own, however when i call it as a subform it doesnt seem to fire.
Any ideas why?
TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------