Ok our DB is alittle tricky as to it wont directly integrate with crystal so we exported the different database tables into files that crystal recognizes so we have 2 files that we need to work together Our main file which has all the sales and invoices ect has like 500,000 records and growing and the other file has customer info like Name, billing address, ect. The common link is Cust# so i can connect the 2 table the problem we are running into is it takes like 2 hrs to run a report and all we need right now is to get the Customer name.. My question is how can we speed this process up??? Any help is greatly appreciated...