Hello guys
I want to use the Field Calculator in ArcMap to round an existing column to two decimals. Currently I have a column (AREA_Ha) that is 3 decimal places long and would like to simply round it down to 2 decimals.

I have tried this ( <SPAN class="pln">round</SPAN><SPAN class="pun">(!</SPAN><SPAN class="pln">AREA_Ha</SPAN><SPAN class="pun">!,</SPAN><SPAN class="pln"> </SPAN><SPAN class="lit">2</SPAN><SPAN class="pun">))</SPAN> but get this error message " There was a failure during processing, check the Geoprocessing Results window for details<SPAN class="pun">.</SPAN>

Your help please.