M
Martin
I have the following lines of code in two different database applications.
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase FileName
In one, these statements open the FileName database in some sort of a
"hidden" window--hidden in the sense that it is not visible on the screen.
In the other, the FileName database is opened in a window that takes over the
screen and prevents a popup form from remaining on top.
I have tried resequencing the statements in relation to the popup form being
opened, but it did not work. I have tried to find an additional parameter
for the OpenCurrentDatabase, but there does not seem to be any.
Can someone give me an idea of why this is happening? Is there some
database setting that I am missing?
Thanks.
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase FileName
In one, these statements open the FileName database in some sort of a
"hidden" window--hidden in the sense that it is not visible on the screen.
In the other, the FileName database is opened in a window that takes over the
screen and prevents a popup form from remaining on top.
I have tried resequencing the statements in relation to the popup form being
opened, but it did not work. I have tried to find an additional parameter
for the OpenCurrentDatabase, but there does not seem to be any.
Can someone give me an idea of why this is happening? Is there some
database setting that I am missing?
Thanks.