I'm not sure how/if I can solve this issue. Any help would be much appreciated!I ran into an old solution that was poorly designed and now I have to fix it. There are 2 rows in the table for each "record" and I'm not sure how I would go about generating output that would only show one unique row. Here's the data:AFFILIATIONID BACKAFFILID ENTITYIDQMTNAA0004LF QMTNAA0004LG CMTNAA000WNQQMTNAA0004LG QMTNAA0004LF AMTNAA000K7YThe AFFILIATIONID is the unique id for the table and the BACKAFFILID is the reference to it's sibling. The ENTITYID is an Account or Contact in the database. What I need is something like this for output:NEWRECORDID FROMRECORDID TORECORDID0000000001 CMTNAA000WNQ AMTNAA000K7YThoughts?
↧