Hi to all
I have a huge problem
I use this sql ( sSql = "SELECT capacity_pieces_sec FROM capacity WHERE capacity_material_code= '" & bkpdwnH_material_code & "' and capacity_machn_code= '" & bkpdwnH_machn_code & "' and capacity_number_employee =" & bkpdwnH_number_employee)
but my last field is decimal and i receive a run time error because of the , (comma)
What is the correct syntax to understand my SQL the last field???
my last field has value 2,5
Thanks and regards!!!!!!!!
I have a huge problem
I use this sql ( sSql = "SELECT capacity_pieces_sec FROM capacity WHERE capacity_material_code= '" & bkpdwnH_material_code & "' and capacity_machn_code= '" & bkpdwnH_machn_code & "' and capacity_number_employee =" & bkpdwnH_number_employee)
but my last field is decimal and i receive a run time error because of the , (comma)
What is the correct syntax to understand my SQL the last field???
my last field has value 2,5
Thanks and regards!!!!!!!!