I have a subreport in my report which should give me all patients appts that happened <= today when I try to string the fields i get an error saying i need to put a number between the " "
here is my formula
IF ({appt_data.appointment_date} <= CurrentDate)
THEN
{appt_data.appointment_date}+" "+{appt_data.SERVICE_CODE}+" "+{appt_data.staff_name}
here is my formula
IF ({appt_data.appointment_date} <= CurrentDate)
THEN
{appt_data.appointment_date}+" "+{appt_data.SERVICE_CODE}+" "+{appt_data.staff_name}