I concatenated a groups of fields into one string field ignoring any 'null' values. Worked OK except when the last field in 'null' i get a comma. I've trimmed the field to eliminate all blanks and tried the variations of the following:
I'm just working the the design view of Access 2007.
It sounds simple enough be i'm having no luck
Code:
xx: IIf([x]=',',Right([NewDesc3],Len([NewDesc3])-1),[NewDesc3]) *the value of 'x' is the last character of the field.
It sounds simple enough be i'm having no luck
Comment