Y
Yanto
Hi,
Is there anybody know how to fix this problem? I use query statement like
this:
SQLtext="INSERT INTO payroll (Emp_id, TotWorkingHour) VALUES (" & strEmp_ID
& "," & numTotWorkingHour & ");"
In client computer, they are using Regional setting (Indonesian), this
setting will effect in currency format like this "2,2" (in Indonesian
format). So when I execute the above query, the error will arise because the
number of values seems not same with the number of fields. I have tried to
use Format function ( as we use to reformat the date when deal with the
regional issue) but still error. This error will happen if for example
numTotWorkingHour = 1.4 (one point four)
Please give any comment.
TIA
Yanto
Is there anybody know how to fix this problem? I use query statement like
this:
SQLtext="INSERT INTO payroll (Emp_id, TotWorkingHour) VALUES (" & strEmp_ID
& "," & numTotWorkingHour & ");"
In client computer, they are using Regional setting (Indonesian), this
setting will effect in currency format like this "2,2" (in Indonesian
format). So when I execute the above query, the error will arise because the
number of values seems not same with the number of fields. I have tried to
use Format function ( as we use to reformat the date when deal with the
regional issue) but still error. This error will happen if for example
numTotWorkingHour = 1.4 (one point four)
Please give any comment.
TIA
Yanto