Thanks voor your response:
I want to make and send(email)a lot of reports with access97.
So I will start this application on a server (schedule) but I don't want logon at the server.
How can I start access with parameters using visual basic?
This don't work......
Dim Q as long
Q = Shell("C:\Program Files\Microsoft Office 97\Office\msaccess.exe C:\Program Files\Test\TEST.mdb /Run ,"aaa","bbb", vbNormalFocus)
/Run is the macro in access
"aaa" is a parameter
"bbb" is a...
I have a big problem....
When I click a botton I can't download the executable file.
I have try to download a microsoft product on a microsoft page but when I click the button I get no response or I get a empty page.
How can I sum of two fields in a webpage
I have tried:
<script language="VBScript" >
function somautokm()
Dim i
i = form1.km1.value + form1.km2.value
form1.totaalkm.value = i
end function
</script>
But I get by 22+33 = 2233 ?????
How can I make a connection with a master database to a client database in a different domain on a NT4 server.
I want every night to export data from the master to the client database.
Master database domainname: A_server
Client database domainname: B_server
Master databasename = M_Database...
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.