Hiding Access window

  • Thread starter Thread starter Jaz
  • Start date Start date
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
 
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
 
Back
Top