P
Pari
I have a procedure that expects last name as a parameter; I am sending out
result of that procedure to multiple recipients, I would like to draft the
email in such a way that data that I send to particular recipient shows ONLY
his results.
Example
Table Structure
-----------------------
Employee Last Name Open Calls
A 10
B 5
C 0
Procedure that will return me result
--------------------------------------------------
Givemeopencalls <lastname>
EMPLOYEE A should receive an email stating “You have 10 Calls openâ€
EMPLOYEE B should receive an email stating “You have 5 Calls openâ€
EMPLOYEE C should receive an email stating “You have 0 Calls openâ€
This whole process I am doing in VB6 and have that exe as a schedule task
running from my machine every day.
Please help
result of that procedure to multiple recipients, I would like to draft the
email in such a way that data that I send to particular recipient shows ONLY
his results.
Example
Table Structure
-----------------------
Employee Last Name Open Calls
A 10
B 5
C 0
Procedure that will return me result
--------------------------------------------------
Givemeopencalls <lastname>
EMPLOYEE A should receive an email stating “You have 10 Calls openâ€
EMPLOYEE B should receive an email stating “You have 5 Calls openâ€
EMPLOYEE C should receive an email stating “You have 0 Calls openâ€
This whole process I am doing in VB6 and have that exe as a schedule task
running from my machine every day.
Please help