We are importing data from a spreadsheet, which is generated by a website from registration forms that people fill in.
I have to get the data into the database, and in the right format etc and have got 90% of the way there with the rest of it!
Trouble is, a lot of the options are in different languages (French, Portuguese, Spanish, German, Italian). The phrases are all fixed (from a combo box) for instance we have "Group 1", "Gruppo 1", "Groupe 1" etc for one of the questions.
I've tried an Iif statement to translate, but there are that many different options it doesn't like it! Is there a way I can have the translation text all in a table and do an update query based on this? (for instance, record 1 would have each translation for "Group 1" and so on.
Hope this makes sense!
Cheers,
Noel.
I have to get the data into the database, and in the right format etc and have got 90% of the way there with the rest of it!
Trouble is, a lot of the options are in different languages (French, Portuguese, Spanish, German, Italian). The phrases are all fixed (from a combo box) for instance we have "Group 1", "Gruppo 1", "Groupe 1" etc for one of the questions.
I've tried an Iif statement to translate, but there are that many different options it doesn't like it! Is there a way I can have the translation text all in a table and do an update query based on this? (for instance, record 1 would have each translation for "Group 1" and so on.
Hope this makes sense!
Cheers,
Noel.