If you are only taking this data from one table (Batting) then you don't need to state that in your report. I am assuiming it is a control in a report. Perhaps a query. I would use a query and pass that to the report.
OBP:(([H]+[BB]+[HBP])/([AB]+[BB]+[HPB]))
This should work. This also assumes that your table fields are all number fields (integer, long, etc.)
HTH
mmcdonal
|