I can use the following vba to Open the Find form (dialog?):
DoCmd.RunCommand acCmdFind
Many of our users click Ctrl + F to also open the Find form; unfortunately, after finding the desired record, they click on another command button without closing the opened Find form. Later, they often find it still open when they close a form. I'd like to add vba to the command button that closes the opened Find form.
Can anyone provide me with the vba to Close this command form?
Thanks in advance.