Forum Discussion

JackWoods's avatar
JackWoods
Qrew Trainee
2 months ago
Solved

IF Statement based on a file being attached

Greeting - I want to do an IF Statement to tell me if a file has been attached to the record or not. it does not seem to be working when i say Attachment=True.  how could should I format my text for...
  • ChayceDuncan's avatar
    2 months ago

    ToText([Attachment])!="" will check if the file is present or not. 

    The only catch is that it will not be picked up until after the record is saved since the file is actually committed to the DB until that.