Hi,
I've been trying different ways to solve this little problem all day....
From Access, I need to open outlook and attach an exisiting MSWord document.
I'm not getting anywhere with the DoCmd.SendObject command because the only objects this command is expecting are:
acSendDataAccessPage
acSendModule
acSendQuery
acSendTable
acSendForm
acSendNoObject
acSendForm
but I also see that a potential output format is
acFormatRTF
Is there a way to make it happen? I'm only a novice programmer!! This stuff is hard!!
jmp
I've been trying different ways to solve this little problem all day....
From Access, I need to open outlook and attach an exisiting MSWord document.
I'm not getting anywhere with the DoCmd.SendObject command because the only objects this command is expecting are:
acSendDataAccessPage
acSendModule
acSendQuery
acSendTable
acSendForm
acSendNoObject
acSendForm
but I also see that a potential output format is
acFormatRTF
Is there a way to make it happen? I'm only a novice programmer!! This stuff is hard!!
jmp