form doesn't open

J

JT

I use the following line to open a form but it doesn't always work. I'm
currently coding / testing the database and I suspect it may be the way I
close the form but I'm not sure how to prevent this.

DoCmd.OpenForm "FrmMain", acNormal, , , , acWindowNormal

Any suggestions on how to ensure that the form always opens would be greatly
appreciated. Thanks for the help.........
 
Top