Hi Bob,
Change your last formula to:
shared stringvar notes;
If len (notes) >= 2 then
Left(notes, len(notes)-2);
Else "";
This will check to see if the Notes are long enough to display.
Good luck,
Brian
Hi Bob,
Change your last formula to:
shared stringvar notes;
If len (notes) >= 2 then
Left(notes, len(notes)-2);
Else "";
This will check to see if the Notes are long enough to display.
Good luck,
Brian