Hiding Access window

G

Guest

Hi,

we were wondering if there is a way of hiding the access window and just
displaying the forms when we go into the application?

Thanks,
 
G

Guest

Couldn't be eaiser. Go to Tools, Startup, and uncheck Display Database
Window. Next select the form that you wish to see.
 
G

Guest

Hi Jerry,

thanks for replying but I wanted to get rid of the grey area completely
around the form.

I was trying something like this:-
Private Sub Form_Open(Cancel As Integer)


Me.Visible = True

fSetAccessWindow SW_HIDE

End Sub

But I cannot get the syntax to work.

If you've any ideas, please let me know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top