Hiding Access window

J

Jaz

I was given this statement to put in my form so it will hide the access
window.

Private Sub Form_Open(Cancel As Integer)


Me.Visible = True

fSetAccessWindow SW_HIDE

End Sub

It's setup to execute when the form Opens.

It works in other access programs I have but in my new program, I get a
'Compile Error, Sub or Function not defined'

What am I missing here?

Thanks,
Jasper
 
G

Guest

Hi Jaz,

I have the same problem now as you had then, with fSetAccessWindow SW_HIDE.
Can you remember how you solved the problem?

I'm really stuck.

Thanks,
Shane
 

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