G
GEORGIA
I have:
DoCmd.SendObject acSendQuery, "reminder", "MicrosoftExcel(*.xls)",
[User_Name], , , "reminder", "Remider", True
on my "Email" command button. Problem is that if there are more than one
name in the " User Name", it only puts the first name. How would like make
it where it will insert all the name from " User_Name" into " TO:" field when
I am sending the email. Thank you!
DoCmd.SendObject acSendQuery, "reminder", "MicrosoftExcel(*.xls)",
[User_Name], , , "reminder", "Remider", True
on my "Email" command button. Problem is that if there are more than one
name in the " User Name", it only puts the first name. How would like make
it where it will insert all the name from " User_Name" into " TO:" field when
I am sending the email. Thank you!