psbsmms
Programmer
- Dec 14, 2001
- 74
I have a database that tracks tasks and suspenses. Once a tasks is created I send the task via e-mail to the taskee. This is working fine, however when I try to do the same thing to reverse and update the tasker I intermittantly get error 2501. the code I am using is below. I whant to be able to pull from several email list so I do not want the e-mail pre addressed.
pete = Me!Text6.Value
luna = Me!UpdateInformation.Value
DoCmd.SendObject , , , "", "", "", pete, luna, True
pete = Me!Text6.Value
luna = Me!UpdateInformation.Value
DoCmd.SendObject , , , "", "", "", pete, luna, True