Leo_Polla_Psemata
Registered User.
- Local time
- Today, 15:26
- Joined
- Mar 24, 2014
- Messages
- 364
Hi
With this very simple command, I have the ability to send emails to several clients, reporting many things, quotations etc.
Private Sub Command84_Click()
DoCmd.SendObject , , , , , , "SOMETHING", [SalesGroupingField] & "" & [1], True, ""
End Sub
Now, i want, on the body of the emai, to display many records,
See this picture, it is from Nothwind, how can i display on the body of the email all records from this report ? not only the first one ?
With this very simple command, I have the ability to send emails to several clients, reporting many things, quotations etc.
Private Sub Command84_Click()
DoCmd.SendObject , , , , , , "SOMETHING", [SalesGroupingField] & "" & [1], True, ""
End Sub
Now, i want, on the body of the emai, to display many records,
See this picture, it is from Nothwind, how can i display on the body of the email all records from this report ? not only the first one ?
