I'm relatively new to BO, so I have a question concerning truncating fields and linking queries. I have a field (we'll call it F1) that comes in as four possible formats: 123456 78, 123456-78, 78-123456, C123456. I also have a field (F2) that is of the form 123456. I am attempting to link these two fields together so I can use the Count function on it. <br><br>The basic idea is to count the number of records that appear in both queries. I have been able to truncate F1 into a format matching F2, but I can't link them together. Any suggestions? <br><br>Thanks in advance!!