G
Guest
I have set up my access to email confirmation of registration with help from
here, i have a problem with send object here isthe problem code
DoCmd.SendObject _
acSendQuery, "Email_query", acFormatTXT, _
[EmailName], _
[PDN_Email], _
[Managers_Email],
it works fine normally, but if i do not have [PDN_email] or
[Managers_Email], there is an error, i think this is something simple, but
how do i make it send if either field is blank, thanks for any help
Phil
here, i have a problem with send object here isthe problem code
DoCmd.SendObject _
acSendQuery, "Email_query", acFormatTXT, _
[EmailName], _
[PDN_Email], _
[Managers_Email],
it works fine normally, but if i do not have [PDN_email] or
[Managers_Email], there is an error, i think this is something simple, but
how do i make it send if either field is blank, thanks for any help
Phil