Steve Schapel
miscellany at mvps.org
Wed Jul 4 23:56:17 CDT 2007
Anita Smith wrote: > * I have found that opening a form specifying the procedure arguments makes > it open faster > DoCmd.OpenForm "MyForm", acNormal, , , acFormEdit instead of > DoCmd.OpenForm "MyForm" That's very interesting, Anita, I hadn't heard about this. Thanks. Is this a subjective impression, or did you do some speed measurement testing? Regards Steve