I have problem in DAO.Recordset when I want to take value with decimal numbers because In my region we have "," instead "." so Ms Access shows an error "comma in your sentence..." I need take a value eg. 12313,4345 (sna). I tried Replace function but it doesn't work:/ I don't want to round my value:/. What should I do?
Code:
if recIn!id_rozklad = DLookup("Id_Rozklad", "tblRozklad", DMin("sna", "tblRozklad")) then ...