B
Bob
I have this code in the last lines of the ADD command icon
in a form to position the cursor in the telephone location
when the add icon is selected. But the cursor position
remains in the field of the add icon. Is the code correct?
The field that I want the cursor to move to the control
source name is "telephone".
Private Sub Telepostion_click()
Me!Telephone.SetFocus
End Sub
in a form to position the cursor in the telephone location
when the add icon is selected. But the cursor position
remains in the field of the add icon. Is the code correct?
The field that I want the cursor to move to the control
source name is "telephone".
Private Sub Telepostion_click()
Me!Telephone.SetFocus
End Sub