fedupwithaccess
Registered User.
- Local time
- Today, 06:59
- Joined
- Jan 9, 2007
- Messages
- 10
I'm not sure this is possible, so I suppose I'm just wanting it confirmed.
Is there any way that I can automatically email the current screen from within Access.
i.e. call outlook along the lines of
Dim x
x = fHandleFile("mailto:" & Me!EMailAdd, WIN_NORMAL) ' me!ContactEmail
and then add the current record/form which is on the screen as an attachment?
I'm guessing not and that I'll have to run it as a report in snapshot format, but thought I'd ask.
Is there any way that I can automatically email the current screen from within Access.
i.e. call outlook along the lines of
Dim x
x = fHandleFile("mailto:" & Me!EMailAdd, WIN_NORMAL) ' me!ContactEmail
and then add the current record/form which is on the screen as an attachment?
I'm guessing not and that I'll have to run it as a report in snapshot format, but thought I'd ask.