I need somehow to combine an IF with Lookup and Notify.
from an OnSelect property.
IF
Lookup(tbl_tasks, Status = "Open" then
Notify("A Task is Already Open !", NotificationType.Warning,3000
)
Notify with a warning. and stop the routine from running the rest of the code.
Thanks
\Dave