Hi yesterday I written a small class for VB That allows you to edit, view DBase III Files in VB At the moment most of it is working you can create a new table, Add fields, delete fileds records, support most data types like Text, Numeric, Memos and more.

the only problem is deleting records, I mean I can mark a record to be deleted by adding the * to the first part of the record. But I need to remove the record all tougher. Any ideas or does any one have a small piece of code.

I looked all around the net and I can;t seem to find anything what so ever.

Thanks.