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 Chriss Miller 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 thebeardedladie

  1. thebeardedladie

    Error Starting W3svc service

    Hi, A local Primary school i help out at has been having a lot of trouble accessing the internet. They have: NT4 Microsoft Proxy 2.0 Intel Router ISDN Line The proxy is/was completely broken, when I open Microsoft Management Console it says it can't connect to Classlink (the proxy name, and...
  2. thebeardedladie

    Linking to public folders on an exchange server

    Hi, sorry its taken a while to respond, my connection went down for some reason. The database wasn't e mailed to me so I have created a replica on my computer at home. I have Outlook but it hasn't got the public folders. I will be back in work on tuesday to do every thing properly. But for...
  3. thebeardedladie

    Linking to public folders on an exchange server

    Because I'm at home now the best I can do is what i posted before: ****************** Private Sub publicfolder_Click() On Error GoTo Err_publicfolder_Click Dim oApp As Object Dim myNameSpace As Object Set oApp = CreateObject("Outlook.Application") Set myNameSpace =...
  4. thebeardedladie

    Linking to public folders on an exchange server

    I'm not at work at the moment so will have to try again tommorow, but as far as I can remeber when the code runs it highlights: Private Sub publicfolder_Click() in yellow and Set myNameSpace = ***myOlApp***.GetNameSpace("MAPI") the myOLApp which is between the asterix is also in...
  5. thebeardedladie

    Linking to public folders on an exchange server

    I still get the same message I mentioned before, I did try it before the last post and it didn't work. I tried again just now and it still wouldn't work. Doug
  6. thebeardedladie

    Linking to public folders on an exchange server

    I think I have problems! The only refrences I have available for Outlook are Microsoft Outlook 8.0 object library Microsoft Exchange event service conf... (not strictly outlook but could be relevant?) Could I get the .olb from microsoft or something? thanks
  7. thebeardedladie

    Linking to public folders on an exchange server

    I think i have done as you said, but when I tried to run it I got an error message saying "Compile error can't find project or library" The code looks like this now ****************** Private Sub publicfolder_Click() On Error GoTo Err_publicfolder_Click Dim oApp As Object...
  8. thebeardedladie

    Linking to public folders on an exchange server

    Thanks for the code, I am afraid this will be the first VBA stuff I've tried. I will do my best to use what you have given me but if you could explain in more detail it would be greatly appreciated. My questions are as basic as: Do you put the code under an event procedure with the button...
  9. thebeardedladie

    Linking to public folders on an exchange server

    Sorry I was not very clear. I am making a database that contains information on various engineering software programs. For some of the software programs we have public folders set up on an exchange server that contain additional information about the software a long with updates and patches...
  10. thebeardedladie

    Linking to public folders on an exchange server

    Hi, I am new to access but am learning all the time ;-). I recently found how to link a public folder on an exchange server to a table that displays the messages. (using the download from microsofts website) This solution is not very efficient. I would like to be able to put links in each...

Part and Inventory Search

Back
Top