=[Forms]![Route Form]![ CreatorDD]+"_"+[Forms]![Route Form]![OriginDD]+"_"+[DAYS OF]+"_"+[SERVICE TYPE]+"_"+[EXTRA DAYS]+"EX""
From the code above every time I have nothing in the field [EXTRA TRANSIT DAYS] this string is not printed out, I want to place like a if statement in here as so
If IsEmpty([EXTRA TRANSIT DAYS]) then
else
+"_"+[EXTRA TRANSIT DAYS] + "Ex"
End If
Can anyone help me in this.