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!

Search results for query: *

  • Users: Deb2004
  • Content: Threads
  • Order by date
  1. Deb2004

    Access and Outlook

    Is there a way to import the body of an Outlook email into an Access table? As email is in html, is it possible to capture data and link it to a table? I would appreciate help!
  2. Deb2004

    Using SQL Query to create a RecordSet

    I have used the following code in other apps successfully. It is not working in the present app. I don't know why. Are there any suggestions? Private Sub Form_Current() Dim db As Database 'declare a variable that points to the database Dim rs As DAO.Recordset 'declare a variable that...

Part and Inventory Search

Back
Top