Database Design...
Hi andy,
It might be a good idea to reconsider how you are setting up your tables, rather than have all the information about a customer/employee/person in one field, why not try and split it up.
So for example.
Example Table
Person_Id
Person_Name
Person_Address...