S
shaggles
I have a database that tracks notices sent by various
regulatory organizations. The main form shows the notice
information with a subform datasheet listing the impacted
departments. The users want to be able to click a button
on the form and have an email go to each of the
departments on the subform. It seems like a for each loop
is the right thing to use but I don't know how to
reference the notice number or the email address. I tried:
For Each Me!Notice_Num In tblNotices
but that didn't even come close to working. I keep
getting an error message Type Mismatch. Can anyone help?
regulatory organizations. The main form shows the notice
information with a subform datasheet listing the impacted
departments. The users want to be able to click a button
on the form and have an email go to each of the
departments on the subform. It seems like a for each loop
is the right thing to use but I don't know how to
reference the notice number or the email address. I tried:
For Each Me!Notice_Num In tblNotices
but that didn't even come close to working. I keep
getting an error message Type Mismatch. Can anyone help?