Hi Guys
Please can you help with adding a popup In my DB
GOAL
I need a simple popup that appears when I open the DB to remind the user to process / capture the salaries on the last day of every month.
I have a PopUpDateTbl table with fields PopUpID_Fk and Date
I have a PopUpTaskTbl table with fields PopUpID_Pk and TaskDateOrigin and Task and DueDate
I Have a PopUpTaskQry Query with Fields Task and Date with a report that matches
DIFFICULTIES
1. What code do I use to have the popup apper when the DB is opened on the last day of the month?
2. Where do I put the code? Query/report/form/switchboard