Where is InAdvice populated in Crystal Check
Where does the string variance InAdvice get created in crystal check?
This is the formula for payee_name on our CHECK1.rpt
stringVar InAdvice;
if InAdvice = "Y" then
"*** VOID ***" else
UpperCase ({query.NAME1})
0