This just concerns one column in a table and the dateslisted in that column.
The Table I am using is labeled: T_Package
The column (in the T_Package tbl) is labeled ExpirationDateand there are a number of dates listed in that column.
The primary key field name is labeled PackageID.
I am trying to create a reminder or alert pop up box 2days from when the expiration date is about to arrive.
I want the Pop up to appear on my form which is labeled Frm_ProgramSelect.
What event would I use and what VBA code would I use toaccomplish this?