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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JEJ1003

  1. JEJ1003

    OutputTo method... (VBA)

    The correct syntax is acFormatSNP
  2. JEJ1003

    MS Outlook in Access

    I am using Access 2000
  3. JEJ1003

    Select Statements in Code

    Can you use select statements in code. I made a query and copy the SQL Statements from the query into the code of a onclick event procedure and lept getting errors. Can someone show me an example. Here is one of the select statements that I copied. SELECT [tblIssue].[ClientID]...
  4. JEJ1003

    MS Outlook in Access

    I am using a DoCmd.SendObject to open Outlook. My problem is that when Outlook is not open I get the MS Exchange Profile box. I would like to bypass this and have it just open Outlook. Here is my code DoCmd.SendObject acSendNoObject, , , "jsmith@company", , , Subject, email...

Part and Inventory Search

Back
Top