G
Guest
I have a form with a text box that has:
..
Private Sub txtEntry_DblClick(Cancel As Integer)
DoCmd.RunCommand acCmdZoomBox
End Sub
..
When the zoom box displays, all the text is selected.
Is there a way to have the cursor display at the last character?
..
Private Sub txtEntry_DblClick(Cancel As Integer)
DoCmd.RunCommand acCmdZoomBox
End Sub
..
When the zoom box displays, all the text is selected.
Is there a way to have the cursor display at the last character?