E
Ed Warren
Form A contains Form B as a subform
in Form B's onopen event I have set the sort order as:
Private Sub Form_Open(Cancel As Integer)
Me.OrderBy = "[datetimecreated] DESC"
End Sub
When the Form A opens and I select a record the detail records in Form B
fail to be ordered as required.
So how, and where should I put the code to force the proper sorting of the
records.
Thanks,
Ed Warren.
in Form B's onopen event I have set the sort order as:
Private Sub Form_Open(Cancel As Integer)
Me.OrderBy = "[datetimecreated] DESC"
End Sub
When the Form A opens and I select a record the detail records in Form B
fail to be ordered as required.
So how, and where should I put the code to force the proper sorting of the
records.
Thanks,
Ed Warren.