Hi all,

This is just a small request for advice and pointers on how I could go about comleting a relatively simple project. What it is I need to store records in a database, I was thinking an access databse would be the easiest. There will only be two Records "Make" and "Model". I need to be able to add, edit, search etc. these functions are relatively easy to implement I think. The part which Im not too sure about is how to write them to a file. it will be a text file similar to this format

var ModelsArray=new Array();
ModelsArray[ModelsArray.length]=new Array('FORD','FOCUS');

look forward to hearing the experts opinions and advice.
thanks in advance
R