J
Joe Cilinceon
I ran into a strange problem. I have a form that takes payments and when
showing the total at the bottom of what is owed it is dropping the change.
For example it shows as $35.50 in the field but then shows $35.00 in the
total field. Now I've checked and all fields are formated for Currency. My
question is this according to what I've read, Access 2002 will default all
integer values to long integer which is what currency would be. In the code
behind it I have it total all the values that could have been paid using
NZ(fieldname here,0) + Nz(next field name,0) etc. What am I missing on this.
showing the total at the bottom of what is owed it is dropping the change.
For example it shows as $35.50 in the field but then shows $35.00 in the
total field. Now I've checked and all fields are formated for Currency. My
question is this according to what I've read, Access 2002 will default all
integer values to long integer which is what currency would be. In the code
behind it I have it total all the values that could have been paid using
NZ(fieldname here,0) + Nz(next field name,0) etc. What am I missing on this.