the user wants to search the records based on Any Part Of a specific field. the code is simple and was working on access 2003:
'
CboFirst.SetFocus
DoCmd.RunCommand acCmdFind
SendKeys "%ha%n"
'
I noticed that when the Find and Replace is activated, the short cut letters are not...