How to hide Access Main window
Sometimes people ask – how to hide Access main window, the one with Access key icon and “Microsoft Access” title? I never made such design, but here a code to do so: Hide The Access Window. The trick is to make all forms popup and send
ShowWindow(Application.hWndAccessApp, SW_HIDE)
each time you open the form or report.
3 Comments:
The module you've linked to does not work.
Visual Basic will ask user "This action will reset your project, proceed anyway?"
Whatever user answers, repsonse is "Can't perform requested operation."
Save the frustration and avoid this code.
Hi,
must admit that it works for me. Looks like that there is a problem with your VBA project, have you tried to compile?
thanks Alex
work for my project
Post a Comment
<< Home