hello all,
I have different sites connecting to different access
databases using an odbc driver.
is there a way to resolve the number of current
sessions to all databases?
greets,
alex
hello all,
i want to automate a mail merge in vba,
my data source is a textfile that i have already openened.
does anybody know how to do this?
thanx in advance
i also found a way to do this through ado;
------------------------------------------------------
Private Sub linktable()
Dim adoCn As ADODB.Connection
Dim adoCat As New ADOX.Catalog
Dim adoTbl As New ADOX.Table
'Open database
Set adoCn = New ADODB.Connection
With adoCn
.Provider =...
Hello ppl,
I've got a problem using 'Documents.Open' in word 97,
(though this only occurs when i've got word in a explorer window) it displays the 'open a htmlfile' box which i dont want :], anyone knows a workaround, so i can directly open a document from my harddisk?
the code goes like this...
Hello,
is it just me or does the Replace() function not work in access?
access gave me the error message 'sub or function not defined'
does anybody know a solution for this?
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.