Hi All:
I am trying to create reminders for my database based on a field on one of my subform. Let me first explain what's goin on in my database.
As soon as the user open the database he has to enter his user ID and password to login. Once their password is authenticated, main menu opens which contains buttons for reports, forms, search engine.
Right now my database has just one form,Opportunities. Every user has records associated with them on this form. I have done some coding so that users can edit only their records by adding UserID field on this form.
This Opportunities form has a subform: Action_subform. Now every opportunity has actions associated with it that has to be completed by a specified date.
Action_subform has 3 fields:Action_Description, Action_Date, Closed. I want to see reminders based on this Action_Date.
Users should get reminders if an action is past due date and also reminders for actions due in next 7 days.
I was hoping just like users can edit just their records, they should be able to see reminders only for their records.
Right now they have to go to each and every record and then the subform to look for actions that need to be completed or which are past due.
Is it possible????
Thanx in advance
Ekta
I am trying to create reminders for my database based on a field on one of my subform. Let me first explain what's goin on in my database.
As soon as the user open the database he has to enter his user ID and password to login. Once their password is authenticated, main menu opens which contains buttons for reports, forms, search engine.
Right now my database has just one form,Opportunities. Every user has records associated with them on this form. I have done some coding so that users can edit only their records by adding UserID field on this form.
This Opportunities form has a subform: Action_subform. Now every opportunity has actions associated with it that has to be completed by a specified date.
Action_subform has 3 fields:Action_Description, Action_Date, Closed. I want to see reminders based on this Action_Date.
Users should get reminders if an action is past due date and also reminders for actions due in next 7 days.
I was hoping just like users can edit just their records, they should be able to see reminders only for their records.
Right now they have to go to each and every record and then the subform to look for actions that need to be completed or which are past due.
Is it possible????
Thanx in advance
Ekta