I have found a code to help send the information on my form as the body of my email. I was hoping that someone could help me on breaking it up so it is easier to view in the editor. I read about line continuation but for some reason it does not work. It gives me the error message Expected: end of statement
Code:
.HTMLBody = "<Center><b>EMR Go-Live Notice</Center></b><p><p><b>Mnemonic:</b> " & Nz(Me.Mnemonic, "") & "<p><b>eCW Contract Name:</b> " & Nz(Me.eCW_Contract_Name, "") & "<p><b>Specialty:</b> " & Nz(Me.Specialty, "") & " <p><b>Trainer(s):</b> " & Nz(Me.Trainer_s_, "") & "<p><b>IA:</b> " & Nz(Me.IA, "") & "<p><b>Provider(s) Trained:</b><p><b>Nursing/MA Staff Trained:</b><p><b>Practice Email:</b> " & Nz(Me.Practice_Email, "") & " <p><b>Data Migration:</b> " & Nz(Me.Data_Migrtn, "") & "<p><b>eMobile</b> " & Nz(Me.eMobile) & "<p><b>P2P:</b> " & Nz(Me.P2P, "") & "<p><b>eClincalTouch:</b> " & Nz(Me.eClinicalTouch, "") & "<p><b>EMR Go-Live Date:</b> " & Nz(Me.EMR_Go_Live_Date, "") & "<p><b>Outstanding Issues:</b> "