Hi,
from my current database i can run a report which will produce an e-mail with an attached word document so i can send off to my customers.
Private Sub Command90_Click()
On Error GoTo Errhandler
Stremail = DLookup("Email", "Customer List", "Customer = '" & Forms!DataInput![Reseller Name]...