G
Guest
I have a macro which puts up a message box when a particular control of a
form is completed, reminding the user to complete another associated control
in a subform of the same form. I then want to place the cursor in this
control. I have managed to get the focus to move to the subform using
GoToControl. I want to use another GoToControl to take the focus to the
control in question but I can't make it work. The control is called "End
date". I put this name (in square brackets) in the GoToControl parameter box
but it doesn't work. Grateful for any suggestions.
form is completed, reminding the user to complete another associated control
in a subform of the same form. I then want to place the cursor in this
control. I have managed to get the focus to move to the subform using
GoToControl. I want to use another GoToControl to take the focus to the
control in question but I can't make it work. The control is called "End
date". I put this name (in square brackets) in the GoToControl parameter box
but it doesn't work. Grateful for any suggestions.