Automatic Messaging through Access (1 Viewer)

Jopetes

New member
Local time
Today, 03:22
Joined
Sep 18, 2018
Messages
8
I have a members list and want to update each member through messaging (email or whatsApp) their registration umber and other instructions.

Is it possible through access. Kindly help.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 18:22
Joined
May 7, 2009
Messages
19,246
youll be needing a table that will hold the message you want to send.
fields should include:

member id
email address (or linked to main member table)
message
attachments (optional)
date to send
sent status

hidden form that will act as messenger.
the form has a Timer event.
check if there is unsent message from the above table periodically.
send message using Outlook automation.
update the Sent Status of the table.
 

Users who are viewing this thread

Top Bottom