I have a form and 1 subform. Subform has a checkbox that when clicked, will trigger an email to be sent with several of the fields that are located in the subform table. The code is simply:
Email = "J.R.J@yahoo.com"
Copies = "SJ.R@yahoo.com"
SiteName = Forms!PendingSubform!SiteName.Value
I get an error that Access can not find my subform, PendingSubform. How can I fix this? Thanks for any help!
Email = "J.R.J@yahoo.com"
Copies = "SJ.R@yahoo.com"
SiteName = Forms!PendingSubform!SiteName.Value
I get an error that Access can not find my subform, PendingSubform. How can I fix this? Thanks for any help!