L
Luc Gillemot
A form with a textbox where the user can type a decimal value like 0,005
I want to use this value in an select statement
"SELECT * from MyTable Where MyValue=" & forms!Myform!Value
i want to use this selection for de rowsource of a combobox
the result is Select * from MyTable where myvalue=0,005 which gives an
error.
The comma is not correct, it should be 0.005
This is probably a bug but i did not find a workaround
Has anyone a solution or workaround for this problem
Thanks
I want to use this value in an select statement
"SELECT * from MyTable Where MyValue=" & forms!Myform!Value
i want to use this selection for de rowsource of a combobox
the result is Select * from MyTable where myvalue=0,005 which gives an
error.
The comma is not correct, it should be 0.005
This is probably a bug but i did not find a workaround
Has anyone a solution or workaround for this problem
Thanks