Close Form
You close a form from within the form, usually with a button that hides or
unloads it
Me.Hide
Unload Me
--
__________________________________
HTH
Bob
"SpeeD" wrote in message
...
Hi.
I simply need to close a form... the code is the folowing but cant make it
work.. what am i doing wrrong??
Processar.Show
Main part of the code.....
Processar.Close
Thanks
SpeeD
|