rajeshsarin
Registered User.
- Local time
- Today, 11:04
- Joined
- Sep 25, 2009
- Messages
- 50
Hi Folks,
I have the following query that generates a list of reminders that are due:-
SELECT Reminders.Date, Reminders.Time, Reminders.Set_By, Reminders.Reminder, Reminders.Due, Reminders.Allocated, Student.SID, Student.FName, Student.LName
FROM Student INNER JOIN Reminders ON Student.[SID] = Reminders.[SID]
WHERE Reminders.Completed = False;
I want to create a facility that when reminders are due they should pop up automatically in a report or form format.
I am not very conversant with VB script. Any help would be appreciated.
Cheers - Raj
I have the following query that generates a list of reminders that are due:-
SELECT Reminders.Date, Reminders.Time, Reminders.Set_By, Reminders.Reminder, Reminders.Due, Reminders.Allocated, Student.SID, Student.FName, Student.LName
FROM Student INNER JOIN Reminders ON Student.[SID] = Reminders.[SID]
WHERE Reminders.Completed = False;
I want to create a facility that when reminders are due they should pop up automatically in a report or form format.
I am not very conversant with VB script. Any help would be appreciated.
Cheers - Raj