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.
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.
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?
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.
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...
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...
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]*"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.