Forum Discussion
LisaSell1
8 years agoQrew Trainee
I useda Time of Day type field, the times display as AM or PM, and this worked to only show the HHMM in your statement:
If([Lockbox Needed?]="Yes",
"Contract signing scheduled for "&
Trim(Left(ToText([Time of day]),5)) &". Also make sure to install lockbox",
Trim(Left(ToText([Time of day]),5)))
If([Lockbox Needed?]="Yes",
"Contract signing scheduled for "&
Trim(Left(ToText([Time of day]),5)) &". Also make sure to install lockbox",
Trim(Left(ToText([Time of day]),5)))