Search Box

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

I want to include a command button that opens the
Find/Replace window, but "hard wired" to look in a
particular field, regardless of where the cursor might
have been when the button was clicked.

What would the coding be?

Jerry
 
You have to set the focus before using the find comman
DoCmd.GoToControl "text1
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer7

Edmun
MCP - Access and SQL Serve


----- Jerry wrote: ----

I want to include a command button that opens the
Find/Replace window, but "hard wired" to look in a
particular field, regardless of where the cursor might
have been when the button was clicked

What would the coding be

Jerr
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top