how to add attachments to email using a subform field for the attachtment paths
hi ,all
I m wondering how to add attachments to a email using a sub form were I store the attachment paths
e.g I have a main form called frmteaminfomer with various fields and continuous subform called attachmentssubform in the sub form I have a field call txtaddress . I have some code that I can pick a file then put its file path into txtaddress field and also have a check box call add to email. so what I trying to do is loop through all the records in the subform and if the check box is true add the files as attachment on the email
I have search google to deaf and haven't manage to source any code
my vba knowledge is very little
any help much appreciated
thanks in advance
shane
hi ,all
I m wondering how to add attachments to a email using a sub form were I store the attachment paths
e.g I have a main form called frmteaminfomer with various fields and continuous subform called attachmentssubform in the sub form I have a field call txtaddress . I have some code that I can pick a file then put its file path into txtaddress field and also have a check box call add to email. so what I trying to do is loop through all the records in the subform and if the check box is true add the files as attachment on the email
I have search google to deaf and haven't manage to source any code
my vba knowledge is very little
any help much appreciated
thanks in advance
shane
Last edited: