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 IamaSherpa 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. Danialle

    Running a locked DB in IE

    I did link directly to the .mdb file and the computer has Access on it. That's why I am so baffled. I can save it to my computer and it will run, but it will not run across the network.
  2. Danialle

    Running a locked DB in IE

    I had just tried to open the file. The computer was downloading and was about to open the program when the error appears.
  3. Danialle

    Running a locked DB in IE

    I did think of that, but when I tried it I got the error: "There was an error sending the command to the program" Any other ideas?
  4. Danialle

    Running a locked DB in IE

    I was wondering if anyone had any ideas on how to run a locked Access DB in IE. I have been given a 3rd party read-only locked DB and asked to give everyone access to it through our Intranet.
  5. Danialle

    SQL server does not exist or access denied.

    Thanks very m,uch for all your help.
  6. Danialle

    SQL server does not exist or access denied.

    By the way, I did try the query analyser and that returned the same error. At least we know it's not the code.
  7. Danialle

    SQL server does not exist or access denied.

    We know that we can connect to the server using an ODBC connection using the AS/400 software. Is there any way that you can think of to make that connection using VB code?
  8. Danialle

    SQL server does not exist or access denied.

    Unfortunately the current login won't work on the Server (which is remote). I tried using an obscenely long timeout (60, 120, 240) to see if the error came up before timeout, but it always shows up right at the timeout.
  9. Danialle

    SQL server does not exist or access denied.

    I am running Windows NT and MSSQL_SECURE_LOGIN is False. The value is set in my constants section.
  10. Danialle

    SQL server does not exist or access denied.

    Yes, the server is running. I did the test you recommended and that says it is running. Any ideas?
  11. Danialle

    SQL server does not exist or access denied.

    Do you have any ideas why I would get the same error even though the user name, password, and host are all correct? I'm not familiar with SQLDMO, but it is part of the program I am trying to use: Set dmoSrv = CreateObject("SQLDMO.SQLServer") If MSSQL_SECURE_LOGIN Then...
  12. Danialle

    Creating Table values using values from another table

    I am trying to create an index number using values in another table. I need to be able to concatinate multiple values and store them as a single value in a table. For Example: object type - wm street index - 173 Block number - 200 Incremental # - 001 creates a value of wm173200001 to be...
  13. Danialle

    Adding wildcards to a query from a form

    This was just what I needed. Thanks!
  14. Danialle

    Adding wildcards to a query from a form

    I am trying to allow users to search a memo field using a keyword, so I need to be able to add the LIKE "*comments*" to the query criteria, but comments is from a form. This is the code I came up with, but it does not work criteria: Like "*[Forms]![FormQuery].[comments]*&quot...

Part and Inventory Search

Back
Top