Hiding a form

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
 
Top