Hi list I am working with the NSW (Australia) digital topographic database (DTDB) which has a data format of
TAG = "CODE, NAME" within one field containing the important information for each object. I would like to be able to auto-label entire layers with just NAME. At the moment I'm using the following expression Right$(TAG, Len(TAG)-InStr(1, TAG, ",")) which will return all the characters after the comma when there is a name. However, if there is no name and just a code (there are many objects like this), I would like no label at all. My current expression returns the code if there is no comma/name in the field. Any ideas? Cheers Dan Bowles GIS Officer Harper Somers O'Sullivan T +61 2 4961 6500 M +61 4 3834 8372 E [EMAIL PROTECTED]
