Connecting Tech Pros Worldwide Help | Site Map

Find Dialog

John
Guest
 
Posts: n/a
#1: Nov 12 '05
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


Allen Browne
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Find Dialog


Try:
RunCommand acCmdFind

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

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"John" <John@nospam.infovis.co.uk> wrote in message
news:40869f94$0$20397$cc9e4d1f@news.dial.pipex.com ...[color=blue]
>
> Is there a way to bring up find dialog through code while on an access[/color]
form?[color=blue]
> Basically I want the find dialog to come up immediately after the form is
> loaded.[/color]


Mike Preston
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Find Dialog


On Wed, 21 Apr 2004 17:21:33 +0100, "John" <John@nospam.infovis.co.uk>
wrote:
[color=blue]
>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.[/color]

Yes, you can put VBA into the form's OnLoad event. If you explain in
a bit more detail what "the find dialog" is, then somebody can suggest
more specifics.

mike
Closed Thread


Similar Microsoft Access / VBA bytes