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 / Database Design / February 2007

Tip: Looking for answers? Try searching our database.

Command Button "search" not working

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kfalcioni@hotmail.com - 27 Feb 2007 18:08 GMT
In accesss 2000 I have added a command button with binoculars to search for a
record but when I click on it, nothing happens. Any ideas?
Jeff Boyce - 27 Feb 2007 23:53 GMT
Are you saying you placed a picture of binoculars on your form and want it
to do something?  Access is not very smart ... you will have to tell it what
to do.

Regards

Jeff Boyce
Microsoft Office/Access MVP

> In accesss 2000 I have added a command button with binoculars to search
> for a
> record but when I click on it, nothing happens. Any ideas?
Pat Hartman (MVP) - 28 Feb 2007 18:03 GMT
If you used the wizard to build the button, it should have created an event
procedure that opens the find dialog.  The necessary code is:

DoCmd.RunCommand acCmdFind

You can create your own event by selecting the click event and pressing the
build button.  Choose Code if you are given an option.  The sub header and
footer are placed in the code module and the insertion point is fixed for
you to enter code.  Just enter the line above, save and you'll be all set.

> In accesss 2000 I have added a command button with binoculars to search
> for a
> record but when I click on it, nothing happens. Any ideas?
 
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.