The programmer wrote it where if a alert is due it opens another flexgrid with no way to mark it as done, instead of message boxes
when i say it works i mean it properly displays times and dates in the Next Reminder column
example:
The 5 hours 31 minutes is correct
in a minute it correctly changes to 5 hours and 30 minutes etc
I Am trying to determine when a reminder is due to display a custom msgbox
this does not work
iMinutes = DateDiff("n", Format(Now, "short time"), CDate(.TextMatrix(lngReminder, GRD_TIME_DATE) + 1))