Find Dialog

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
 
A

Allen Browne

Try:
RunCommand acCmdFind

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