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 / Forms / October 2005

Tip: Looking for answers? Try searching our database.

Create a pop up notes box

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
reeve13 - 22 Oct 2005 20:21 GMT
How do I create a pop up notes/comments box in a continuous form?  

Thanks

--
reeve1
Allen Browne - 23 Oct 2005 03:50 GMT
Press Shift+F2

Signature

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.

> How do I create a pop up notes/comments box in a continuous form?
>
> Thanks.
Steve Schapel - 23 Oct 2005 04:51 GMT
... or, if it's impractical to teach the shortcut key combination to all
the users, use code like this...
 DoCmd.RunCommand acCmdZoomBox
... for example, on the DblClick event of the form control that your
Notes relate to, or the Click event of a Command Button.  Well, if you
use a command button, you will also need your code to do this, before
the ZoomBox method...
 Me.YourNotesControl.SetFocus

Signature

Steve Schapel, Microsoft Access MVP

> Press Shift+F2
reeve13 - 23 Oct 2005 21:50 GMT
Thank you, Allen!  It worked!!!! :

--
reeve1
 
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.