Hi!
A couple of ideas. First, if you are opening the form from code or a macro then set the window mode to hidden. In code:
DoCmd.OpenForm "FormName", , , , , acHidden
If the form is to be invisible all of the time, then set the visible property to no in the form's property sheet.
hth
Jeff Bridgham