problems with data of decimal type!
I have read a lot of stuff, but haven't found anything needful! You are my last hope;)
So the problem is:
my database is created by using Access 2000. Some fields have data of decimal type.
so when i run my program and try to set new records and display them into datagrid I get the error "Data type mismatch in criteria expression".
I have noticed, that my program don't understand, what a comma is. Simple it is missed then I try to save new records.
example:
I set: 565,236
after saving: 565236
Everything is OK, when I set Single type instead Decimal type, but I need Decimal type...:rolleyes:
If somebody has any seggetions, please, let me know!