Hello, i have built an access database and form, stuffs...
everything done and run fine , absolutely without any error on my laptop.
But when i copy it to a network.
And run the file from a computer belong to that network.
I got error on sql execute.
The problem is that that pc has microsoft access2007 with other language (my is english, that pc is dutch), so i dont know what is that error.
But the visual basic editor point to this code:
CurrentDb.Execute (strSQl)
and this is the strSQL
strSQl = " UPDATE tblBetaal SET restand = " & restand & ", voorSchot = " & voorSchot & ", huisHuur = " & huur & ", verzekering = " & argreement & ", betaald = " & bank & " WHERE week = " & i & " and empNr = " & empNr & ";"
the thing here i think that pc need to get some privilege
to update a table because the file is on a network???
if no then can someone help me , i will try to translate the error into English later...
everything done and run fine , absolutely without any error on my laptop.
But when i copy it to a network.
And run the file from a computer belong to that network.
I got error on sql execute.
The problem is that that pc has microsoft access2007 with other language (my is english, that pc is dutch), so i dont know what is that error.
But the visual basic editor point to this code:
CurrentDb.Execute (strSQl)
and this is the strSQL
strSQl = " UPDATE tblBetaal SET restand = " & restand & ", voorSchot = " & voorSchot & ", huisHuur = " & huur & ", verzekering = " & argreement & ", betaald = " & bank & " WHERE week = " & i & " and empNr = " & empNr & ";"
the thing here i think that pc need to get some privilege
to update a table because the file is on a network???
if no then can someone help me , i will try to translate the error into English later...