I'm attempting to connect to an Access 2000 database and am not sure how to construct the connection string and process a select query. Here is what I have so far.
Dim Conn as ADODB.Connection
Dim rstImport as ADODB.Recordset
Set Conn = New ADODB.Connection
Conn.Open "Provider= Microsoft...
Hi there. Does anyone know offhand if a user opening a database that's linked to a second database takes up a "slot" only in the original database or both original and linked?
I have a form that saves the results of filters to variables in increasilngly long SQL statements By clicking on a button in an option group initiates a docmd.applyfilter that uses the variables to reapply a filter. I've begun getting an error message that the "apply filter action was...
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.