I checked in the Help file of Crystal SQL Designer and found the CURDATE() Returns the current system date.
The following example works.
SELECT
eventstb."e_staff",
eventstb."e_staff_name",
eventstb."e_date"
FROM
"dharma"."eventstb" eventstb
WHERE
eventstb."e_date" =(CURDATE()+1)