W
weircolin
Hi
I have a form and I am wanting to be able to email the current record
that is showing, but it's not wanting to play. This is the code I am
using.
Dim stDocName As String
stDocName = "rptnewsletterdatabase"
strWhere = "[Reference Number] = " & Me.[Reference Number]
DoCmd.SendObject acReport, stDocName, , strWhere
Can anyone help me?
Thanks
Colin
I have a form and I am wanting to be able to email the current record
that is showing, but it's not wanting to play. This is the code I am
using.
Dim stDocName As String
stDocName = "rptnewsletterdatabase"
strWhere = "[Reference Number] = " & Me.[Reference Number]
DoCmd.SendObject acReport, stDocName, , strWhere
Can anyone help me?
Thanks
Colin