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 mab43

  1. mab43

    GetFileVersion Not Returning a Version No.

    Here you go: Windows Script Host Script: filepath Line: 4 Char 1 Error: Unspecified error Code: 80004005 Source (null) Thanks for you help
  2. mab43

    GetFileVersion Not Returning a Version No.

    I get an error at the line. I am using VB Script.
  3. mab43

    GetFileVersion Not Returning a Version No.

    The following code is only returning a version number with .dll files. I am trying to determine the version of an access file. Any reccos? ---------------------------------------- Dim fso Set fso = CreateObject("Scripting.FileSystemObject") v = fso.GetFileVersion("C:\test.mdb") msgbox v
  4. mab43

    Automatic E-Mail Format

    It worked - Thank you, Thank you, Thank you!!!
  5. mab43

    Automatic E-Mail Format

    Thanks again, but I am still getting the same result. I think I will just go with the semi-colons. Appreciate your effort. MAB2005
  6. mab43

    Automatic E-Mail Format

    Thanks for the recommendation. When I used "<BR>", it puts it in the text. Not sure what else to do. In the meantime, I included semi-colons in the text body, so it provides some separation of the items.
  7. mab43

    Automatic E-Mail Format

    I would like the new line in the body (txtbody) of the e-mail after each item. It does not seem to recognize the vbCrLf and runs it all together. Thanks for your help.
  8. mab43

    Automatic E-Mail Format

    I am using the code below to generate automatic e-mails from a form in Access. I had so many issues with the Outlook automation due to system differences, so I decided to use the approach mentioned in FAQ705-537. It works fine, except when it populates the e-mail, it will not put in a return...
  9. mab43

    Powerpoint automation from an Access Database

    I got a request to have my access personnel database to automatically populate a powerpoint org chart. Anyone know the best way to do this?
  10. mab43

    Access Data Export to Automatically Update Org Chart

    I got a request to enable my personnel database to automatically update a powerpoint organization chart as personnel updates are made to the database. Anyone have any ideas on how to do this?
  11. mab43

    How can I relate data within one table.

    In my risk mgmt database, there is a main risk table that has a RiskID, RiskTitle, etc. I was asked to set up a way that we can identify related risk and show these related list on a form. For example, Risk 1 is related to Risk 2, Risk 1 is related to Risk 3, etc. but all the risks are in the...

Part and Inventory Search

Back
Top