In a report, I used the following function/formula to group records using group field name mius 4 initial letters.
= Right([FieldName], Len([Fieldname], -4)
I added this to the record source of the field.
I could successfully pull report up until now. But now there is an error when I open the report asking to indicate parameter value for 'Right'. I keep wondering what could have gone wrong. I have not amended this report for some time and I just don't unbderstand why can't I have this function. Even aftetr deleting and re entrering the formula, I confront the message that the expression you entered contains invalid syntax, or you need to enclose your text data in quotes.
Could someone shed some light on this?
Cheers
AK
= Right([FieldName], Len([Fieldname], -4)
I added this to the record source of the field.
I could successfully pull report up until now. But now there is an error when I open the report asking to indicate parameter value for 'Right'. I keep wondering what could have gone wrong. I have not amended this report for some time and I just don't unbderstand why can't I have this function. Even aftetr deleting and re entrering the formula, I confront the message that the expression you entered contains invalid syntax, or you need to enclose your text data in quotes.
Could someone shed some light on this?
Cheers
AK