Find Dialog

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Is there a way to bring up find dialog through code while on an access form?
Basically I want the find dialog to come up immediately after the form is
loaded.

Thanks

Regards
 
Try:
RunCommand acCmdFind

If you want to search a particular field, be sure to SetFocus first.
 
Back
Top