You do this in a query. As a matter of fact, the percentages can and should
also be calculated in a query. Just add a query column:
Result: IIf([PCT] > [Pyth %], "Underrated", "overrated")
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"David Gerstman" <(E-Mail Removed)> wrote in message
news

D403CFD-7805-43B1-BC8E-(E-Mail Removed)...
>I have a sheet with the following information
>
> Team W L PCT Pyth %
> Baltimore 38 49 0.437 0.48588214748205
> Boston 53 34 0.609 0.612495589772804
> Chicago Sox 39 47 0.453 0.415344230998688
> Cleveland 52 36 0.591 0.564140709038061
> Detroit 52 34 0.605 0.612782350342339
> Kansas City 38 50 0.432 0.458356141848638
>
> I would like to add a column that will compare PCT and Pyth %. If the
> former
> is greater than the latter that field will have the term "Underrated" else
> it
> will have the term "overrated." How do add a field conditionally? Is that
> something that's done in design view?
>