I want to export a data of crystal report into Ms Access as report has almost 2 million records and Ms Excel does not support that much data. Is there any plugin of Crystal report or something to export data without changing my code (as making live the updated code has to go through long process). I am working in Dotnet 2.0 (VS2005)
I am copying a record from one table to another in Access 2007. I iterate through each field in the current record and copy that value to the new table. It works fine until I get to my lookup column ...