#¿Nombre? when the app is run in an spanish access PC

M

Manuel Rivera

Hi,

I develop an app in a PC with Microsoft Access XP English version. There are
some reports that use expressions like this:

=Format(Now(),"dd/mmm/yyyy")
=Format([SuOrdenPorc],"#,000") & " %"
=Format([TasaMinima],"Standard") & "%"

in the Control Source property of textboxes. Everything works well. However,
when I run this app in a PC with an spanish Access XP, the report shows
#¿Nombre? in those fields.

Somebody knows what is happening??

Any help would be appreciated.

Thanks and bye,
Manuel Rivera.
 
Top