> with the exact acreage of '438282.297'. How would I set it to display all > acreages in the field that are < 500,000 ? Syntax? Give this a try: #CLASSITEM 'ACRES' # skip this CLASS NAME "Exact" EXPRESSION ([acreage] == 438282.297) END CLASS NAME "Smaller" EXPRESSION ([acreage] < 438282.297) END