J
James
Hi,
I have an Access 97 app converted to Access 2002. The app
uses workgroups to hide the Menu bar for standard users.
To allow user to use the Find command each form contains a
Find button, which opens the Find dialog.
However, when you search the focus is set to the find
button so I get - The control 'btnFindRecord' the macro is
attempting to search can't be searched.
I've tried using the old Access command :
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, ,
acMenVer70
And the new command:
DoCmd.RunCommand acCmdFind
And both have the same effect.
Any suggestions?
Thanks
I have an Access 97 app converted to Access 2002. The app
uses workgroups to hide the Menu bar for standard users.
To allow user to use the Find command each form contains a
Find button, which opens the Find dialog.
However, when you search the focus is set to the find
button so I get - The control 'btnFindRecord' the macro is
attempting to search can't be searched.
I've tried using the old Access command :
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, ,
acMenVer70
And the new command:
DoCmd.RunCommand acCmdFind
And both have the same effect.
Any suggestions?
Thanks