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...
Hello
My site is on server and when i browsed i got this error
ERROR:
ActiveX component can't create object: 'WScript.Shell'
The script read the username in HKEY_CURRENT_USER (regedit)
Can anybody help me in this regard?
With regards
mareluad
Hello,
I want to insert the next string from ACCESS97 to Oracle
"insert into test (PROJECTNUMBER, PROJECTNAME)
VALUES(" & number & ",'" & name & "')"
number = 12345
name = foto's
Now I get the error ORA-01756
Thanks.
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.