Sy:
Did you set the form to open by default in the Startup
option under Tools?
Tools - Startup - Display Form/Page, then choose the form
name (you have created and want to open) in the combo box.
If you have already set the form name in the Startup
window, are you sure it is not opening and perhaps it is
minimized. Check your scroll bars and make sure nothing
is lurking to the far right or bottom.
Another thought is - do you have any code behind the form
you want to open? Maybe something telling its Visible
property to be False or perhaps you have written some
code to control the Echo (the screen showing you what is
happening). I have really jacked myself up before using
an Echo Function I wrote.
Another thought is do you have any code on the form for
its Load or Open event. If so, see if anything is
causing it to not display (like the examples I sited
above).
Seth