Hi Dale,
hope you're ready for this truly half-a**ed solution. This works on 97, if the DoCmd line fails then just use the wizard to make a new "find" command button and substitute the code in.
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
SendKeys "{TAB}"
SendKeys...