I exported an Excel 2003 spreadsheet to a tab-separated text file, and then wrote some code to import the text file into an Access table.
All goes fine except the fact that any pound (£) signs in the text are translated into the accented u symbol " ú "
I realise it may be a charset translation issue, but how do I make it work first time?
My Windows XP 64 Control Panel | Regional and Language settings are all set to United Kingdom, what else do I need to do to ensure proper import from text file -> database table?
All goes fine except the fact that any pound (£) signs in the text are translated into the accented u symbol " ú "
I realise it may be a charset translation issue, but how do I make it work first time?
My Windows XP 64 Control Panel | Regional and Language settings are all set to United Kingdom, what else do I need to do to ensure proper import from text file -> database table?