geek
10-19-2009, 11:06 PM
hi,
i've having a problem with the addition of two fields in access 2007.
my situation is the same as Tarah in http://www.access-programmers.co.uk/forums/showthread.php?t=71565.
However, i when i key in 160,000.00 in any of the field, the result will be incorrect. it seems that i cannot put any formatting in field1 or field2.
txtResult = Val([Field1]) + Val([Field2)
i would require currency formatting for my form. can anyone help me? thanks.
i've having a problem with the addition of two fields in access 2007.
my situation is the same as Tarah in http://www.access-programmers.co.uk/forums/showthread.php?t=71565.
However, i when i key in 160,000.00 in any of the field, the result will be incorrect. it seems that i cannot put any formatting in field1 or field2.
txtResult = Val([Field1]) + Val([Field2)
i would require currency formatting for my form. can anyone help me? thanks.