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 Mike Lewis 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: *

  1. dmwhittaker

    Passing Filename to PDF Writer via code

    Do a search on the internet for "ACG PDF and Mail Library". It will do exactly what you want.
  2. dmwhittaker

    Extracting "numbers" only from phonenumber

    I know that you've probably already fixed this, but a very simple method is the following: For i = 1 To Len(fn) If IsNumeric(Mid(fn, i, 1)) Then fnt = fnt & Mid(fn, i, 1) If Len(fnt) = 1 And fnt <> &quot;1&quot; Then fnt = &quot;1&quot; & fnt End If Next fn = fnt Where...
  3. dmwhittaker

    Sending report output by Email

    There's a great tool called ACG Soft PDF & Mail Library for MS Access by ATTAC Consulting Group. I think I found out about through this website, but their website is http://ourworld.compuserve.com/homepages/attac-cg. I paid about $50 but have found it well worth it. You can very easily...
  4. dmwhittaker

    External Mail Server and Internal Network have same domain name

    I setup a new W2K Advanced Server and called the domain xxx.com. This happens to be the same as my website domain, which is being hosted by an external company, and email server domain. Outlook is configured to send/recieve messages on mail.xxx.com. How can I keep my internal domain name at...

Part and Inventory Search

Back
Top