XaloRichie
Registered User.
- Local time
- Today, 20:12
- Joined
- Jul 2, 2003
- Messages
- 70
I've been trying to get this and am missing something. Reading others threads I get the idea that its possible to send a report using code something like this.
DoCmd.SendObject acReport, "CanInvs", snapshotFormat, "email@wherever.bla"
My debugger wont have it but i cant see whats wrong.
This code is in an event proc onclick, when the user cancels an invoice it mails myrecipient with details.
Is it also possible to mail say just one value from a form without having to create a report??
Thanks
DoCmd.SendObject acReport, "CanInvs", snapshotFormat, "email@wherever.bla"
My debugger wont have it but i cant see whats wrong.
This code is in an event proc onclick, when the user cancels an invoice it mails myrecipient with details.
Is it also possible to mail say just one value from a form without having to create a report??
Thanks