Hiding a form

  • Thread starter Thread starter Jonathan Blitz
  • Start date Start date
J

Jonathan Blitz

I am trying to hide a form from withing itself.

I tried me.hide and it doesn't exist.

I also tried:


Dim f As Form
Set f = Forms("frmselect")
f.hide

That doesn't work either. Fails on the "hide" method.

I tried using UserForm but the type doesn't exist.

I am using Access 2000 - ADP application.

Jonathan Blitz
 
Back
Top