"Find' not available when working with Form

T

TonyNunan

I have an Access Database that works fine with Access 2002. In access 2007
when I click the button that runs the code
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70 I get the
following error 'The Command or Action Find isn't available now'. I get
the same error with 'RunCommand (acCmdFind)'

But if I use 'RunCommand (acCmdReplace)' I can select the 'Find' tab and
proceed as normal!

Does anyone know why the 'Find' command is no longer available, and how I
can get it back so I don't accidently delete something using the replace
command?
 

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

Top