How to open a form not maxamized

P

pokdbz

How do I open a form not maximized. I would like it to open to the size that
I set it at. Here is what I have to open the form

DoCmd.OpenForm stDocName, , , stLinkCriteria

but when I put acNormal in the first black space it still opens in maximized
view.
 
Top