ACCESS 2007 RUNTIME

R

robert

Hey!!
First of all -sorry for my english.
Acc 2007 RT is in english version. is there othere language version? if not,
how to deploy databases to non-english clients?should i hadle all massages
by myself?
Tnx for answers and any sugesstions.
 
T

Tom van Stiphout

You can create ribbons to replace the old menu system, and you can
write them in the local language(s).
For error handling, I would create a central error handler function,
and in it you can display your own messages to replace the default
English text.

-Tom.
 
Top