Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / August 2006

Tip: Looking for answers? Try searching our database.

find by form button

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
aboyer - 09 Aug 2006 13:41 GMT
I would like to make a button on a form just like the "find by form" button
on the toolbar at the top of the screen.  Using the command button wizard,
you can choose the picture but it doesn't give you an option to create just a
simple "find by form" button.  Is there a way to do this?
kestrel_mw@yahoo.com - 09 Aug 2006 22:07 GMT
> I would like to make a button on a form just like the "find by form" button
> on the toolbar at the top of the screen.  Using the command button wizard,
> you can choose the picture but it doesn't give you an option to create just a
> simple "find by form" button.  Is there a way to do this?

If by "Find by Form" you mean "Filter by form", then right click your
command button, select "Build Event", the the Code builder, and insert
the following command into the button's event code:

Docmd.RunCommand AcCmdFilterByForm

If you're trying to open the Find dialog box, you could insert this
command:

SendKeys "^f"

But in that case your users could just hit Ctrl+f and accomplish the
same thing.

HTH

Kestrel
aboyer - 10 Aug 2006 13:08 GMT
Thank you very much.  I apologize for the incorrect terminology.
I guess that's why I chose the new users discussion.

> > I would like to make a button on a form just like the "find by form" button
> > on the toolbar at the top of the screen.  Using the command button wizard,
[quoted text clipped - 18 lines]
>
> Kestrel
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.