Weka, an open source data mining software, uses arff input data format. You can use this code to convert any Access table to arff format. Download the Access database with code: Convert2Arff.mdb
This can very well be designed using forms, but this should get one started. Use Alt + F11 to see the code, then execute procedure ConvertTbl2Arff to convert a table.
Some highlights of this procedure
- Takes care of spaces in Attribute name and data values
- Finds unique values of nominal variables
- Assigns equivalent ARFF datatype
- Replaces missing values with question marks
Related posts:

Where could I download Convert2Arff.mdb? By e-mail is ok. Thank you!.
Wal,
Sorry, while upgrading to wordpress, my files got lost. I have updated this post with the correct link. Thanks.