Heather said:
I want Access to notify my Calendar when priority records are due for
updates; how do I synchronise Access and Outlook to provide this alarm? I can
open a field indicating the date for the alarm, but I'm not sure how to
activate it.
Do you have any idea how you might want to "trigger" it? Access is not a
"database server" and is not always running, and hence has no "scheduler",
so you need to have some kind of event to that "causes" it. Update only
your Calendar or anyone's/everyone's Calendar?
Just taking a blind-wild-shot-in-the-dark, you may want a boolean field in
the Record that is "No" by default and changes to "Yes" after it is added
to
the Calendar. You then have a VB Script on your workstation that runs on
the Scheduled Tasks. It needs to open the DB and look for Records that
have
the Boolean field set to "No",...for each one it finds it runs the piece
of
script that Susan gave you to enter it into the Calendar and then update
the
Record so the Boolean field is now set to "Yes".
The script would just be a *.vbs file on the workstation,...it would not
be
VBA embedded in Access. It may also fail if the target Table is currently
open in a copy of Access by someone at the same time.
There are probably other ways, but that is all I can think of off the top
of
my head.
(Hi Susan, I couldn't resist sneaking into the group a little bit,...NGs
are
like a drug you know..)
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html
Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
Deployment Guidelines for ISA Server 2004 Enterprise Edition
http://www.microsoft.com/technet/prodtechnol/isa/2004/deploy/dgisaserver.mspx