Simple goto script

C

Chris Nebinger

If I'm reading this right, it opens the Find dialog box,
right? I don't know what you mean with a goto however.


The DoMenuItem is a little screw, especially because you
can't tell what it is doing. I'd use:

Screen.PreviousControl.SetFocus
DoCmd.RunCommand acCmdFind

Chris Nebinger
 
Top