After declaration of ACCESS application,
Code:
Dim AccApp As Object
Set AccApp = CreateObject("Access.Application")
AccApp.Visible = True
After this,
1. I wish to open another prepared DB (Form) in this new Access window.
2. I wish to do other things. What can I do?
I need help.