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!

Search results for query: *

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

    SImple query my foot! Need help with potential relationship problem.

    Ok, here's the deal. I'm hoping it is something easy to fix and that I'm just a boob. I have three tables that are linked by a relationship. First: A list of employees with a field indicating each's unique employee identifier (CLOCK_NUMBER.) Second: A table tracking the number of units...
  2. Strangeway

    Email customer invoices from mailing list in table

    Hi all, I have a multi-part question here. I have a database into which I import an Excel spreadsheet containing details of all of my day's shipping information. The table this info is stored in has a relationship to my master customer list which has a list of email addresses. Here's what I...
  3. Strangeway

    RTF as email message body with formatting

    Hi guys, I borrowed the following code from a post by Remou (thanks!) which attaches an RTF document to an email as the message body: Sub RTFBody() Const ForReading = 1, ForWriting = 2, ForAppending = 3 Dim fs, f Dim RTFBody, strTo Dim MyApp As New Outlook.Application Dim MyItem As...
  4. Strangeway

    Sending shipping info when table updated.

    Hi guys, I'm a big of a VBA noob and I have a big task that I need to get going. Essentially, I have an Excel spreadsheet that contains shipping information for all orders processed in a day. What I would like to do is import that spreadsheet to my Access DB, have Access compare the customer...

Part and Inventory Search

Back
Top