![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Using filemaker pro 5.5 for windows: I have a database that has survey information for a study I am conducting. Each subject has a unique ID number to identify them. The data is contained in several filemaker databases that have been merged into one master file. I merged into the master file by matching the ID numbers and "updating current records in current found set". Despite doing this about a fifth of my records have duplicate ID numbers. What I want to do is merge records with the same ID numbers into one record. To do this manually would be very difficult because there are so many fields for each record. Ideally I need a function which would work like this: Given two below duplicate records with non-overlapping field entries: Record: 1238 Field1: yes Field2: Field3: Field4: no Record: 1238 Field1: Field2: $250 Field3: Male Field4: Merge both records into: Record: 1238 Field1: yes Field2: $250 Field3: Male Field4: no If the program could also notify me if there are overlaps between the fields it would be great. Does anyone have any suggestions? Thanks, .d |
#3
| |||
| |||
|
|
1. Can there be more than one dupe record id? Or are there always either one or two of them? |
|
2. Is the non-overlapping data the same? That is, is it always Field2 and Field3 empty in one of a set of two dupes, and the reverse in the other? Does your data look exactly like your example? |
#4
| |||
| |||
|
|
Ideally what I would have happen is dupes would be compared to the original, if the field is empy dupe value would be placed in, if not empty it would prompt me to look at it in detail. Do you know how filemaker handles such situations when importing? Is it creating more dupes on these occasions? |
![]() |
| Thread Tools | |
| Display Modes | |
| |