Hoi, ik zit met het volgende, op een form worden de persoonsgegevens genoteerd incl het email adres. Als ik nu op de email knop druk moet het emailadres wat is ingevuldt
in onderstaande code worden ondergebracht.
Is dit mogelijk ?
If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
DoCmd.SendObject acReport, "Rfactuur", "SnapshotFormat(*.snp)", "emailveld", "", "", "Factuur", "Bijlage is toegevoegd aan bericht !", False, ""
MsgBox "Het Factuur is verzonden. ", vbInformation, "Info "
mvrg
Daneron
in onderstaande code worden ondergebracht.
Is dit mogelijk ?
If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
DoCmd.SendObject acReport, "Rfactuur", "SnapshotFormat(*.snp)", "emailveld", "", "", "Factuur", "Bijlage is toegevoegd aan bericht !", False, ""
MsgBox "Het Factuur is verzonden. ", vbInformation, "Info "
mvrg
Daneron