Thank you for your help.
In Access 2010, when you open other access in the VBA, you try to open it in the OpenCurrentDatabase
However, if the caller has access to the specified form, the form will be
It will open, but disable the settings so that it opens with the shift key when you normally open it.
I'd like to open it, so please tell me how to do it.
There was an Exclusive argument in the first argument, so I tried False, but I couldn't.
Thank you for your cooperation.
vba ms-access form
Hello.
OpenCurrentDatabase does not seem to be able to open with the boot option disabled.
The first argument Exclusive is whether or not it opens exclusively, so it doesn't matter.
It's a bit pushy, but you can do it with the SendInput function.
Reference URL
http://blogwizhook.blog.fc2.com/blog-entry-151.html
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
578 Understanding How to Configure Google API Key
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.