Hi
I have create a simple program with database in access.But i have a problem.
I have a field that i put numbers like that 18-03-0000969-000-00. So when the user try to insert a number like that on database i have a problem. My code for that field is this:

ADOTable1->FieldValues["AR_PAROXHSD"]= Edit2->Text ;

and the field on access is "text ", size:255, required:yes,
So when the user insert a new record and a number like 18-03-0000969-000-00 on database insert a number only 14 or 15 and i dont know why. can anyone help;