T
theSkipper
Guest
I am opening a form from VB as acDialog, so that it's modal and so the VB waits until the form is closed before continuing.
However: on the form I have a button which invokes the menu command Find & Replace, using DoCmd.
This doesn't work. I get a message "command not available", because the form has PopUp = True.
How do I get round this??
However: on the form I have a button which invokes the menu command Find & Replace, using DoCmd.
This doesn't work. I get a message "command not available", because the form has PopUp = True.
How do I get round this??