So I was reading this thread and thought since I have a similar problem I would try to just piggyback here instead of starting a whole new thread.
First, I am not a programmer or even an IT person for that matter. I have been tasked with creating an Access databse that will be used to report on data from two other databases.
In doing this my process was to write "reports" in the two other systems using the reporting tools associated one of which is Crystal, export them and then import them into my Access database. One of the reports, the one not using Crystal worked fine and I have my data in Access. The other, the one that does use Crystal, is, I guess inflating rows. Now as I understand this, row inflation involves records that while having a common key do not contain the exact same data which is why they are not duplicates. And that is exactly what I am seeing. I have multiple rows for the same record but with some minor variances in data. I need an easy way to get only one row per record. I dont have any totals or anything like that. Just straight data, and lots of it; name, address, SSN, phone number, principal balance... blah blah blah. Particulars: I am using CR 10, the data that I am collecting is coming from an OLE DB... what else?