PDA

View Full Version : MSAccess97 window gets open and visible? why?


pritesh_ostwal
03-04-04, 10:01 AM
Hi!

I am trying to open MSAccess 97 Application through VB .net using Microsoft Access 8.0 Library.
Syntax I am using is:
Dim Obj as new Access.Application
Tried other options like getobject and createobject as well.
But when I generate the instance of Access Application as above, I get Access97 Window Open and Visible.
I just want to access the properties of MsAccess97 and don’t want to get the Application Window Visible.
Even if I set
Obj.Application.Visible = False
It does not hide the Access Application Window.
If you have any solutions to this problem, please mail me on my id ASAP.

Regards,
Pritesh

revival
01-27-05, 11:10 PM
hi,

just came accross this after searching...
i had this problem and was solved by taking the Display form/page startup option off - i was displaying a form at startup in access, after taking this out solved the prob.