I'm trying to link two DBF files in Crystal but the problem is that in the Names DBF, the account number is 7 characters and in the Deposit DBF, the account number is 9 digits (an extra 2 digits added on the end). Without manually going into the table and removing the last 2 digits from every account number, how can I link these two tables? I've thought of going into Access and creating a new field in the table that is based on the original account number (minus the extra digits) but I'm not sure how to do that. Ideas?