I have a form that has 3 fields on it. First one is a number. Second and third are 1/3 of that number and 2/3 of that number respectivly. The second two fields are not bound to a field in a table but just on the form. I cannot seem to get thet second two fields to show the number without decimals. I set the properties to "0" decimals but I still get them. Can they be rounded off somehow and not show the decimals points?
The formula I used on the 1/3 field is: =sum"[fieldname]"
/3
The 2/3 field is : =sum("[fieldname]"
/3*2
Any clues? Thanks for your help!!!
Jay
The formula I used on the 1/3 field is: =sum"[fieldname]"
The 2/3 field is : =sum("[fieldname]"
Any clues? Thanks for your help!!!
Jay