Error in combo box

T

TyF

I created an SQL statement and created a price list for my price field. I
have price of 190.26. It shows the correct amount in the combo box. When I
select 190.26, it changes to 190.00. I don't know how to fix it.
 
K

KARL DEWEY

Seems like your field the combo is bound to is a number, long integer.
Change to number, single or number double.
 
Top