You can do this in Access 2000.
Right click on the table you want to convert.
Select “Export”
In the “Save as type” drop-down list choose “Text Files (.txt;.csv;.tab;.asc)”, enter a name for the exported file and press "Save"
Choose delimited and press "Advanced"
In the “Language” list choose “All”, in the “Code Page” list choose “Unicode (UTF-8)”
Change any other settings here that you want
Press “OK”, Press "Next" and select your delimiter. Check the option to Include Field Names in First Row
Press "Next", confirm the destination folder for the new file and click "Finish"
The next stage is to reimport the saved file:
Select File, Get External Data, Import
In the “Files of type” drop-down list choose “Text Files (.txt;.csv;.tab;.asc)”
Navigate to the saved text file and press Import
Specify delimited and press "Next"
specify the delimiter character and press "Next"
Press "Advanced" button and once again choose All in the “Language” list, and choose “Unicode (UTF-8)” in the “Code Page”
Select radio button to save in a new table and press "Next"
Select radio button for "No Primary Key" (otherwise, Access will insert an IDfield as the first field in the table, which you may not want)
Click "Next", check the name of the imported table, and click "Finish"
NOTE:
You will have to edit the new table to give it field names, but these should be in the first record if you exported them.
Access will autoassign Number type to imported Boolean types and Date types, so you may need to change these