Ok this is really wierd. As I mentioned before. The Form will NOT Open when
you click on it directly and it doesn't show up in the WINDOW drop down as an
open object. Therefore your suggestion below did not work either. However
when I attempt to Open in design view and the toolbar shows up (left side of
my screen) the form does show as an object in the WINDOW list. I was also
able to see the Form in design view by using your suggestion(it appears at
the center of my screen - not off screen). I was then able to use the OPEN
icon on the Database Window to view the Form. However when I closed the form
and tried to open again, it will not open.
Thanks
> Ok this is really wierd. As I mentioned before. The Form will NOT
> Open when you click on it directly and it doesn't show up in the
[quoted text clipped - 6 lines]
> the Database Window to view the Form. However when I closed the form
> and tried to open again, it will not open.
Is this a popup form, by any chance? That would explain why it doesn't
appear in the Window list. Is there code in the form's Open, Load,
Activate, or Current event? If so, does it do anything that involves
positioning the form -- calling the MoveSize method, or setting the
WindowLeft or WindowTop property, for example?
If the form's PopUp property is set to Yes, try opening the form in
Design View, changing it to No, and saving the form. Then open the form
normally and see if/where it appears. Position it on the screen
wherever you want, then click the Save button on the toolbar, then close
the form. Open the form in Design View again and set the PopUp property
back to Yes, then save the form. Maybe that will reset the form's saved
coordinates.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)