Hi
I have a sub-form that captures a brief overview of recent telephone conversations. I have ordered it so that recent is shown first as per:
Private Sub Form_Current()
Me.OrderByOn = True
Me.OrderBy = "MailingID DESC"
End Sub
My problem is now I can no longer add a record as it reports that I cannot go to that record, which sort of makes sense as it already has a record there.
Any suggestions/help would be greatfully received.
TIA
Mup'
I have a sub-form that captures a brief overview of recent telephone conversations. I have ordered it so that recent is shown first as per:
Private Sub Form_Current()
Me.OrderByOn = True
Me.OrderBy = "MailingID DESC"
End Sub
My problem is now I can no longer add a record as it reports that I cannot go to that record, which sort of makes sense as it already has a record there.
Any suggestions/help would be greatfully received.
TIA
Mup'