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. mhowarth

    how to do email from vb without using outlook express

    You could try using outlook object library. You may have issues with warnings coming up depending on your version of outlook. Dim oOutlook As New Outlook.Application Dim oMailitem As Outlook.MailItem Dim oAttach As Outlook.Attachment Set oMailitem =...
  2. mhowarth

    DAO Performance

    I have had a quick look at ado and also the union queries and it seems the query approach is quickest. Thanks again for pointing me in the right direction.
  3. mhowarth

    DAO Performance

    Thanks Zion7 What is the advantage of using ADO over DAO - one of the the dbs is MSAccess so DAO seemed the natural one to use. Is ADO quicker or is it just a personal preference.
  4. mhowarth

    DAO Performance

    I am comparing 2 databases with approx. 60000 and 20000 records respectively. I wish to find matches within fields in either db. Which would be quicker - building to arrays or using dao. Thanks.
  5. mhowarth

    Printer selection

    Any ideas on how to change printers from a vb program. I want my access program to send reports by fax and therefore need to select the correct option for the printer.
  6. mhowarth

    Using Access over a network

    I have the back end on the shared directory and the front end on the users pcs. I have put a copy of the front end on each users pc and it works fine.

Part and Inventory Search

Back
Top