There is a checkbox for "Send Email Attachments" that I want to check automatically on the Customer Interactions form when a certain Topic is chosen. If I do this using ThisForm.Components("SEndAttachmentsEdit").CheckState in Form Script, the box shows checked, but it doesn't actually add the attachment when the email is sent. If I just manually check the box, the attachment is sent. I am perplexed by this. Anyone have any thoughts?