Create Groupwise Reminder for Access

  • Thread starter Thread starter New2Access
  • Start date Start date
N

New2Access

Is there a way to create a groupwise reminder note in an Access database?
Kind of like a tickler. The note would be sent to certain people, which may
not be the same people each time, when an assignment's due date is
approaching. The note would continue to be sent each day until the
assignment is 'closed' in the database.

I know this may be wishful thinking, but I'm trying to figure out a way to
do this in Access instead of just having the user create their own notes in
Groupwise.

Thanks for your help.
 
I don't know this Groupwise however I have a similar issue with reminding
suppliers that need to deliver before a certain delivery date. I have written
a query that selects the orders due, and I have programmed something that
sends out e-mails to those suppliers with the query results as an attachment,
of course only containing the orders belonging to the individual suppliers. I
have just asked something in the Access Programming group about this - see my
topic there for the code I have used.

BR,
Gerwin
 
Thanks, I'll check it out.

Gerwin said:
I don't know this Groupwise however I have a similar issue with reminding
suppliers that need to deliver before a certain delivery date. I have written
a query that selects the orders due, and I have programmed something that
sends out e-mails to those suppliers with the query results as an attachment,
of course only containing the orders belonging to the individual suppliers. I
have just asked something in the Access Programming group about this - see my
topic there for the code I have used.

BR,
Gerwin
 
Back
Top