1
How to pop up a dialog if a record in a table meets a criteria.
I have a table with three records each with a specific date in a field called next date. I am trying to use the trigger after open function to allow a dialog to pop up when the date in the next date field of any record is today. At the moment the dialog is popping up regardless of the date. How do I fix this?
here's my code:
7 replies
-
Change the first 4 lines code in and see if this works:
if cnt(select Reminders where 'Next Date' = today()) > 0 then
-
That should work, but when I add count it tells me I have an error on lines 2 and 3.
-
Now however, i is not defined.
-
Try this
Content aside
-
1
Likes
- 1 yr agoThu, July 20, 2023 at 9:39 PM UTCLast active
- 7Replies
- 180Views
-
5
Following