I just got around to trying to make this work and i'm a little lost.
can you please tell me if I'm supposed to place the format "
Round(2*[field], 0)/2 " in the field's format property?
when I try this Access reformats it as follows:
this... Round(2*[Wgt Lbs], 0)/2 (note Wgt Lbs
is the field name)
turns to this ... "Rou"nd"(2"*[w"gt Lb"s"], 0)"/\2
Can you please tell me what i'm doing wrong?
thank you
What you're doing wrong is using the Format property. Format doesn't change
the value of a field (from 3.28 to 3.5 for example); it only changes how the
field is displayed.
My suggestion was to create an Expression taking one value and returning a
different value; this expression can be used as a calculated field by putting
it in a vacant Field cell in a Query, or as the control source of a form or
report textbox.
--
John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see alsohttp://
www.utteraccess.com