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 / Modules / DAO / VBA / December 2006

Tip: Looking for answers? Try searching our database.

Creating pop-up for next review date

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sarah G - 30 Dec 2006 10:16 GMT
I need to programme my marketing database to create a pop-up to appear on
certain dates for records to be reviewed, can I do this in Access 2000? if
so, how???
Signature

Sarah

Gerwin Berentschot - 30 Dec 2006 19:38 GMT
I'm not sure what you mean. Do you want to open a popup when you start the
database on a particular date?

Put this code in you startup-form:
if date()="31-12-2006" then
 docmd.openform "frm_Popup"
endif

Set the popup property of the popup form to yes.
Signature

Gerwin Berentschot
gerwin@mraccess.nl.(nospam)
www.mraccess.nl

> I need to programme my marketing database to create a pop-up to appear on
> certain dates for records to be reviewed, can I do this in Access 2000? if
> so, how???
 
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.