Required File Attachment

B

Brad Covell

I need to make a file attachment required and would like to conditionally
show/hide a textbox when the file is either not attached or attached.

I've tried setting Conditional Formatting on the textbox so that when the
File Attachement is present the textbox will show, I've tried also doing
this so when File Attachment is not blank but nothing seems to work.

How do you conditionally format a control based on whether a file is
attached or not?

Thanks
Brad
 
A

Anuma(GGK Tech)

Hi,

Can you please follow the below steps:
1. Set the “Cannot be blank†option in the attachments properties to show
the attachment field required
2. Can you set the conditional formatting for Text box as “When attachment
is blank hide this control†to hide and show the Text box.

I hope this will help you.
 
B

Brad Covell

Thanks for the advice.

I thought I tried that and it didn't work but after trying it again it now
works.
 
Top