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 strongm 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: DOA
  • Order by date
  1. DOA

    Connect to SQL DB (Just UPsized)

    I looked at the site but what do you think would best work for me. I am connecting to a SQL2000 machine (called SQL2000) from win2k machines. I am running split security because that was the only way to upsize using MS access 2000. Do I have to set the password in the VBA code. An example would...
  2. DOA

    Connect to SQL DB (Just UPsized)

    I have just Upsized and now it has errors on all of my "Set rst" Can someone exsplain and help me fix this problem. It Looks like the querys work but not the connections to the database. SAMPLE below: It just grabs the window user ID and then checks the user table. If the users is not...
  3. DOA

    Add jpgs from VB6 front end to access backend

    I have a Access 2000 backend and it has 5 field Id-Number Company_Name - Text Description - Text Art Comments - Text Graphic - OLE Object I have a front end in VB6 that can look at all of the field including the graphics. I have it bound using ADO, I think. I used the wizard data connection and...
  4. DOA

    outlook 2000 client issue

    This is the correct one for Event 2102. But this did not apply to me, you may want to check this one: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q310896 But this did not apply to me either: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306195 So to answer your...
  5. DOA

    outlook 2000 client issue

    In response to the MAD.EXE error below: "Process MAD.EXE (PID=2136). All domain Controller Servers in use are not responding" Event ID: 2102 Category: Topology Source: MSExchangeDSAccess They have a post SP2 patch. I had the same MAD error and this fixed it. (It has been 3...
  6. DOA

    Download Pop3 mail into Exchange server

    Can you use that with 2000 Server Ent. and Exchange 2000 Ent.? or is it only with Small Business Server/exchange? Thanks
  7. DOA

    Download Pop3 mail into Exchange server

    I was wondering if there is a simple cheap/free program to download Pop3 mail and put it into mailboxs on exchange. (my yahoo mail and such?) Thanks Matt
  8. DOA

    Slow since I Split DB

    Thanks- I have it on a pretty fast server with scci hard drives. The network is not that bad as it is all 100mb. All forms are uncontrolled and I have the code open and close (set =Nothing) the DB's. I don't use variable as constants. I will try the dummy DB and open it. I have the close on the...
  9. DOA

    Slow since I Split DB

    I have split my database. I have the Backend on a share drive and I have the front on each persons machine. Does anyone know the reason why it is slow, slower, quick and then slowest? and is there a any way I can speed it up? Using Access 2000.
  10. DOA

    Need Help - OWA HTTP/1.1 503 Service Unavailable

    I reinstalled from the OS up. Works fine. Sorry I could not keep this server down for anymore time. No I do not have TS. Thanks Matt
  11. DOA

    Need Help - OWA HTTP/1.1 503 Service Unavailable

    Sorry, Does http://server/exchange ; work? No I get the HTTP/1.1 503 Service Unavailable error after I enter my Username,password and domain. I also get the 503 error when I try Domain/exchange ipaddress/exchange It did work before I installed Cold fusion Server. I did not mean that...
  12. DOA

    Need Help - OWA HTTP/1.1 503 Service Unavailable

    I tried the Q282230 fix. I can now get to www.domain.com/exchange. But it is in a ftp style. I just get a file listing of my Inbox, Calendar, Deleted Items.... The OWA GUI does not start. Is there a way to force the GUI to start again?? Thanks Matt
  13. DOA

    Need Help - OWA HTTP/1.1 503 Service Unavailable

    OWA did work with until I installed Cold fusion. Now I have this problem. I have tried the above fix but still the problem remains. Will play with other setting and then reinstall exchange. YA..I'll keep you updated. Thanks
  14. DOA

    Need Help - OWA HTTP/1.1 503 Service Unavailable

    When I log into www.mydomain.com/exchange and put my ID, Password & domain (I know they work.) I get the following error HTTP/1.1 503 Service Unavailable And that is it? (I just installed coldfusion on the machine and Exchange service pack 2) Anyone see this before? Really need help.
  15. DOA

    OWA Access!

    Nope it uses 80. To check what are you loggin in to? www.domain.com/exchange Also is IIS Up and running and open?
  16. DOA

    Send a report as HTML (Not Attachment)

    I would like to send the snapshot report as a HTML email, since the html email does not look as good. Any ideas on how to convert it or to make the html view look good and have jpgs? any help??? Code - addins
  17. DOA

    Send a report as HTML (Not Attachment)

    I would like to send a report in HTML view but not as a attachment? any help??? Code - addins
  18. DOA

    Turn off Debug Window option

    How do you turn off or disable the option to debug. If someone is in a form and something bad happens it prompts for the option to debug. How do I stop it with writing good code. Thanks
  19. DOA

    Code that writes code

    Can anyone even help me on this?
  20. DOA

    Date format and Management form !!!

    So for Form2 ---> Form3 by button2 you write the VBA code for onlick for button2 below Private Sub button2_Click() 'This closes Form2 DoCmd.Close 'This open Form3 DoCmd.OpenForm "Form3", , , stLinkCriteria End Sub and so one...

Part and Inventory Search

Back
Top