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 bkrike 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 timpea

  1. timpea

    Email tidy up possible?

    Dim varTo While Not DB.EOF varTo = varTo & DB("emailaddress") & "; " DB.MoveNext() WEND Then put varTo varible onto your To field
  2. timpea

    Most efficient way of multi database query?

    Hi, I have an Access database (A) with a list of products And an Access database (B) with related information to some products, there is nothing i can do about it being in 2 seperate databases and it has to stay like this. Is it more efficient/quicker to: While not A.EOF B.Filter = "ID = "+...

Part and Inventory Search

Back
Top