I am using Access to send an email automatically, however, it will need to go to a lot of people so I wanted to create a distribution list.
With oRpt
.to = "Distribution List Name"
.send
End with
Does not work because as far as I can tell, it takes too long for the distribution list to be recognized.
Any suggestions??
With oRpt
.to = "Distribution List Name"
.send
End with
Does not work because as far as I can tell, it takes too long for the distribution list to be recognized.
Any suggestions??