I tried using this macro that I found on the web and it tells me "User defined type not defined" and points to "objGW As GoupwareTypeLibrary.Application". I thought that this was defined with the Dim statement below?
Here is the macro...
Sub send_mail()
DoCmd.Hourglass True
Dim strFrom...