G
Guest
Hi All,
Following on from my previous post in regards to displaying the last record
in a report. Now I need to automatically e-mail that single page to an e-mail
address.
I tried to use the DoCmd.SendObject function but this sends all the records
again (there goes all my hard work form before).
How woudl I incorporate the e-mail step in tot he code to only send the last
record, there does not seem to be a where clause in the function?
Cheers,
Andrew
Following on from my previous post in regards to displaying the last record
in a report. Now I need to automatically e-mail that single page to an e-mail
address.
I tried to use the DoCmd.SendObject function but this sends all the records
again (there goes all my hard work form before).
How woudl I incorporate the e-mail step in tot he code to only send the last
record, there does not seem to be a where clause in the function?
Cheers,
Andrew