hi,
i trying to use outlook redemption to send out mail from Ms Access.
i have it installed and added in the library reference..
How can i send table name "sdf" as html with redemption?
[code]
Function Macro2()
On Error GoTo Macro2_Err
DoCmd.SendObject acTable, "sdf", "HTML(*.html)"...