Depends. I think you are asking if you can group on first 2 characters of your ORNO field.
You can create a formula to extract that and then group on the formula field. How to extract depends on what type of field ORNO is.
if it is a string then
left(table.orno,2)
if it is numeric
left(totext(table.orno),2)
Sorry Lockwelle,
posting at the same time as you
Edited by DBlank - 22 Apr 2010 at 3:42am