Hi all! Here is my predicament...
I am currently tryin to join two different datasets the goal is to take a running database file I have that compiles users inputted data (smaller amount of records ~100records at most )with an sap pull that brings in additional data(larger data pull ~20K - 40K records). The trouble is I need to join fields based on what the user has chosen which could be any number of different types of fields. I've been searching the discussion boards for possible workarounds but can't seem to find anything. The goal is to take names and whichever matching field the user has inputted and append those names to applicable rows where their matching field data exists. I.E. A user inputted record that has a name of "John Doe" and a matching field labeled "Project Name" with a code of 1234. The goal is to match dynamically somehow on "Project Name" (because i could have another user inputted record that they want to match on "Part Number") and then add that name inputted "John Doe" to all instances of project name 1234 in the sap pull records.
If it would be helpful I can create some dummy data inputs and upload those if my description is not helpful!