"have the back end open all the time on the server" doesn't really make
sense in terms of how Access works.
Access isn't a server-based application: realistically, all you're doing is
storing a file on the server, and connecting to that file from each of your
front-ends.
You need some way of opening an application that runs code on a regular
basis to see whether there's data in the back end that needs to be reacted
to. This can be a front end on someone's desktop that's always open.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hi to all!
>
[quoted text clipped - 13 lines]
>
> Rico
Ron2006 - 19 May 2006 15:02 GMT
A similar approach to Doug's is to have a separate mdb.
Have this mdb linked to the backend tables
Have a macro that runs queries and code to determine if there is
something that qualifies.
You may need another table that tells when this ran the last time so it
know how far back to go.
have it email the notices.
Call this mdb/macro from the scheduler on a PC that is always up during
the hours that you want this to run.
Now for possible problems or challenges:
If you use Outlook, then
1)outlook has to be open so as to send the email as opposed to storing
it in the outbox.
2) outlook requires manual intervention to send the email unless you
get 3rd party stuff to respond to it or have the security setting for
the email server set differently for that machine.
All of the solutions have drawbacks/implecations, now you get to decide
which ones you want to live with.
rico - 19 May 2006 15:09 GMT
Thanks Douglas,
yea it makes no sense to me now you mention it, i think you've helped me
break my mental block on this problem tho, i have a few ideas now. Thanks
again
Rico
> "have the back end open all the time on the server" doesn't really make
> sense in terms of how Access works.
[quoted text clipped - 24 lines]
> >
> > Rico
gee664@gmail.com - 19 May 2006 23:20 GMT
Can't you use VBA in Outlook (referencing the Access object - to access
the backend tables) to check and then generate emails?
Misha - 25 Sep 2006 15:41 GMT
Hi Rico,
Were you able to solve the situation...and if its not too much trouble can
you explain to me what you did, because I am in the same situation and do not
really know that much about access. But, I have developed a database that
just needs to check the dates of when the contract was signed and send out
alerts either by email or through screen popups every 6, 18, and 36 months.
Thanks for you help in advance,
Mikhail
> Thanks Douglas,
>
[quoted text clipped - 32 lines]
> > >
> > > Rico