Allora finchè rimango sui 40 la funzione torna,nel momento in cui aumento anche solo di uno mi da errore Run-Time Error 87: an unexpected error

Per fare un debug ho attivato anche la Msgbox che avevi scritto e se le mail sono inferiori a 40 si vedono correttamente,nel caso successivo molte mail non appaiono proprio e la 40esima viene troncata a meta' subito dopo la @

E'come se il recordset non prendesse tutti i record...come è possibile?


Allora ho fatto un po di ricerche e sembra proprio un bug di Access,risolvibile usando il metodo SendObject anzichè Hyperlink...

http://www.access-programmers.co.uk/...d.php?t=114417

I have indeed gotten around this problem by using a SendObject instruction rather than the Hyperlink. The reason I prefer the Hyperlink, however, is because the SendObject demands that the user either send or close the email immediately. The Hyperlink allows the user to ignore the email momentarily, then come back to it later.
Come posso mandare il risultato della query attraverso SendObject?

Sta diventando un parto sta funzione!!!