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 derfloh 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: LemonJello
  • Content: Threads
  • Order by date
  1. LemonJello

    Forward selected email in Outlook

    Sorry but I can't find any examples of how to forward the selected email via vba. Can someone help? I've got this so far: Dim app As Object Dim email As Outlook.MailItem Set app = CreateObject("Outlook.application") Set email = app.CreateItem(0) Obviously 'email.forward' won't work as...
  2. LemonJello

    Create Access Query Help Please

    I've known Access for a long time but have never needed to create anything in it. I've tried to figure out how to create a query but I must be really dumb because I can't figure out what should be a simple query. I basically need a query to show how many records were created during certain...

Part and Inventory Search

Back
Top