LRubanowicz
Programmer
Hi I am successfully sending out via email reports with one prompt sent to the report using a DAT file but I am having an issue with two.
This is how I send over one
select case Plant
case "101"
strTo="email@email.com"
the "101" coming from a DAT file. but how do I change this to pass in two variables say Plant and OrderType? and email it out.
Thanks in Advance
Lisa
This is how I send over one
select case Plant
case "101"
strTo="email@email.com"
the "101" coming from a DAT file. but how do I change this to pass in two variables say Plant and OrderType? and email it out.
Thanks in Advance
Lisa