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 TouchToneTommy 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 kihunterk

  1. kihunterk

    Setting Messaging Options in Outlook using code

    Is there a way to set the Message options in Outlook programmatically? This would include Voting and Tracking options and Delivery options.
  2. kihunterk

    Setting Message options using code

    Is there a way to set the Message options in Outlook programmatically? This would include Voting and Tracking options and Delivery options.
  3. kihunterk

    ODBC Error when converting from Access 97 to 2003

    Even with the correct identifier (control) the query still creates "ODBC call failed" error. The only time the extract works via ODBC is when you replace the variable with a literal value.
  4. kihunterk

    ODBC Error when converting from Access 97 to 2003

    [Vset] is a control on a form. The person providing me the copy of the SQL statement did not enter the correct syntax for a form variable.
  5. kihunterk

    ODBC Error when converting from Access 97 to 2003

    I currently have an Access 97 application that uses an ODBC connection to extract data out of an external database. The application uses a reference to a form to designate the search key. In Access 97 this program works flawlessly. I recently began the process of converting the application...
  6. kihunterk

    Runtime error 1004 when re-execute excel VB code

    I changed the code as you suggested and it worked perfectly. Thanks
  7. kihunterk

    Runtime error 1004 when re-execute excel VB code

    I have an procedure that exports and formats data from Access into an Excel spreadsheet. The programs works fine the first time I execute the program. Subsequent executions yield the following error at the Range statement. Range("A1:G10").Select Run-time error '1004' Method Range of object...
  8. kihunterk

    Creating Outlook macros

    How would I go about creating an outlook 2000 macro that opens up an email message and copies the name of the sender to the body. Then save and close the message.
  9. kihunterk

    Using Sendobject to send emails with URL Links

    Use an Access form to collect content. The content contains Html fields. Use SendOpbject to send an email via Outlook. Before sending the email the user can view it for accuracy. Could you give me an example of how you do it?
  10. kihunterk

    Using Sendobject to send emails with URL Links

    When you open an outlook form you can add www.microsoft.com within the body of the text and when the recipient clicks on the link it opens the web site.
  11. kihunterk

    Using Sendobject to send emails with URL Links

    I have an application that requires that I send emails to customers with URL links. I have tried several approaches to accomplish this requirement to no avail. I am able to send the document as an attachment. Does anyone have any ideas how I can achieve this>

Part and Inventory Search

Back
Top