I have the following in a text box on a Form.
I can enter the data but when i doubleclick to open the zoom, i am kicked OUT
of the file in the Windows 10 Lan.
This text zoom box worked for fine for 10 years. thanks you for your advice.
Private Sub txtResNotes_DblClick(Cancel As Integer)
txtResNotes.SetFocus
DoCmd.RunCommand acCmdZoomBox
End Sub
I can enter the data but when i doubleclick to open the zoom, i am kicked OUT
of the file in the Windows 10 Lan.
This text zoom box worked for fine for 10 years. thanks you for your advice.
Private Sub txtResNotes_DblClick(Cancel As Integer)
txtResNotes.SetFocus
DoCmd.RunCommand acCmdZoomBox
End Sub