PC Review


Reply
Thread Tools Rate Thread

Can reminders or notices be set in Access 2000?

 
 
=?Utf-8?B?ZHJhd2xlaWdo?=
Guest
Posts: n/a
 
      7th Jun 2005
I am trying to track time sensitive materials in access and was wondering if
alarms/notices/reminders can be set on records that have dates/times as part
of the data or is there a way to link the data to a calendar that will send
reminders.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?S2xhdHV1?=
Guest
Posts: n/a
 
      7th Jun 2005
There are a lot of ways to do this. How you do it will depend on your needs.
If it is sufficient to check for reminders only when you open the database,
then put some code in your startup flow that will read the table with the
dates to find the reminders. If it needs to be more frequent, then set a
timer event to check periodically.

You can then programmatically compose and send E-mail messages to whomever
needs the reminder.

"drawleigh" wrote:

> I am trying to track time sensitive materials in access and was wondering if
> alarms/notices/reminders can be set on records that have dates/times as part
> of the data or is there a way to link the data to a calendar that will send
> reminders.

 
Reply With Quote
 
David C. Holley
Guest
Posts: n/a
 
      7th Jun 2005
Yes and yes.
First and simply, it is possible to have Access create and manage task
items in Outlook. Its just a matter of learning the Outlook object model
which if you've done any VBA programing in Access won't be too
difficult. Snoop around in the MS Knowledge Base and/or the internet and
you should find plenty of information on automation.

Second, in a one of my first databases, I created a form which displayed
information pertaining to when a client was last contacted. It was a
matter of capturing when the file was last modified and then subtracting
that date from today's date to get the age and then sorting descending -
the oldest would be displayed first. Applying this to your situation,
you could create a form that lists records continuously that require
attention. When a user opens the DB, the form would be automatically
displayed.

David H

drawleigh wrote:
> I am trying to track time sensitive materials in access and was wondering if
> alarms/notices/reminders can be set on records that have dates/times as part
> of the data or is there a way to link the data to a calendar that will send
> reminders.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2007 Runtime and Action Query Notices Doug Microsoft Access 6 24th May 2009 09:48 PM
Re: Is there a way to make reminders "pop up" like email notices? Brian Tillman [MVP - Outlook] Microsoft Outlook 0 5th Sep 2008 01:44 PM
Automated email notices based on specific dates in Access =?Utf-8?B?U2hlaWxhIEJyb3du?= Microsoft Access VBA Modules 4 24th Jun 2006 02:15 PM
Send meeting notices to Outlool 2000 users shows up as jibberish Marian Microsoft Outlook Calendar 1 18th Nov 2003 01:15 AM
Systems shutdown notices and Security leak notices Damaris Arroyo Windows XP Security 2 13th Aug 2003 07:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:44 AM.