Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. essage

    Send e-mail from access databases

    Actually, none of that worked very well. But I fixed the problem by doing like the following: Dim strEmail As String Dim strBody As String ..................... Email.setfocus strEmail = Email.Text Body.setfocus strBody = Body.Text etc. Thanks for your help. As you can tell, I'm...
  2. essage

    Send e-mail from access databases

    That is the weird part, no part of the code was highlighted. It just says "object required" with no explanation. How can I check for a bad Outlook reference? Here is the code I used: Private Sub CmdEmail_Click() On Error GoTo Err_CmdEmail_Click '******begin code****** Dim Email...
  3. essage

    Send e-mail from access databases

    Hey, I just added all the code to my database, but after I clicked the button to send, an Microsoft Access message box poped up saying "Object Required." I used the code given by nathan, and I know outlook is referenced. Any help would be much appreciated!

Part and Inventory Search

Back
Top