View Full Version : Send Object Issues


aftershokk
08-30-2007, 07:44 AM
Send Object Issues

--------------------------------------------------------------------------------

I am trying to send a query to 3 e-mail recipients using send object in a macro. I use the TO: line and separate each email with a comma

For some reason, it only emails the last email on the list? It works in some of my access db's but not others. I converted to VB and noticed that each e-mail is not seperated with quotes so I added them and then this causes a wrong number of arguments error? help

I am using Group Wise 6.5

help

Moniker
09-08-2007, 11:35 AM
Does GroupWise use semi-colons instead or commas? Have you tried single quotes instead of double quotes? I don't use GroupWise at all, but those are two things I'd try first.