Ravensleach
Programmer
Hi
I am working in English language Access but I need to produce a report in Spanish language. I am trying to find a way to represent date fields in the following format: dd-mmmm-yyyy. I've tried extracting the month and using an iif expression to convert it but can't get it to work. I think the problem is in the date format ... here is an example of the partial expression ... can anyone help? What should the ????? be?
etc. etc.
Many thanks
I am working in English language Access but I need to produce a report in Spanish language. I am trying to find a way to represent date fields in the following format: dd-mmmm-yyyy. I've tried extracting the month and using an iif expression to convert it but can't get it to work. I think the problem is in the date format ... here is an example of the partial expression ... can anyone help? What should the ????? be?
Code:
Expr1: IIf([MonthProjectStart] Like "?????","enero",IIf([MonthProjectStart] Like "?????","febrero"))
etc. etc.
Many thanks