Hi Doug,
Apologies, typo when copying the code... try this :
<div
class="appsText"
align="left"
style="padding:0px 0px 0px 0px;
font-size:18px;color:#004C76;">
<b><%=If(Months(CurrentDate("MM/dd/yyyy"))-Months(DateFormat(Projects Master Data.Baseline Date,”MM/dd/yyyy”))>36,"",DateFormat(Projects Master Data.Baseline Date,”MM/dd/yyyy”))%></b>
</br>
NOTE remove the '<' from the original code below
<div
class="appsText"
align="left"
style="padding:0px 0px 0px 0px;
font-size:18px;color:#004C76;">
<b><%=If(Months(CurrentDate("MM/dd/yyyy"))-Months(DateFormat(Projects Master Data.Baseline Date,”MM/dd/yyyy”))>36,"",DateFormat(Projects Master Data.Baseline Date,”MM/dd/yyyy”))<%></b>
</br>