Find Form

A

Andy Smith

I'm having a problem with using the Find form in Access XP SP2.

If I open a form from the database window, and do Ctrl-F the find form
opens and functions normally.

If I open the same form from code using
DoCmd.OpenForm "xxx", acNormal, , , ,acWindowNormal
 
Top