I have a Server that has not got Word installed on it and I am trying to run the following script on a clients machine :
<script language="VBScript">
Dim objWord
Set objWord=CreateObject("Word.Application")
.....
The client machine has office installed on it. I get the...
I have a bit of a problem. I am new to Access 2000 programming. I keep getting this error from a Access 97 application. The code is as follows:
Public Function Init()
' Connect to SQL Server
Dim dbs As Database, qdf As QueryDef, rst As Recordset
The line highlighted by this error is the dim...
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.