Hi,
This may be a relatively simple issue to solve but I have not been able to search for this properly to find a solution. But here goes...
I am working in a special scenario where I am manipulating a line-by-line transactional table. In other words for each order, there are multiple rows, one for each item that was ordered, with the same orderid. (This file is being uploaded to a 3rd party analytics software that requires the data to be broken down at this leve) Now that I have this file formatted, I need to attach some additional columns that are joined by the non-unique orderID. The image below illustrates what I am trying to accomplish:
The main table (table 1) has the non-unique orderID's and the other tables I am attempting to join the additional columns from can either have a) a unique ID as shown above or b) potentially a non unique ID has well. Thus, this is more like a VLOOKup. I need each row within table 1 that has a matching order ID within another table to have that corresponding value filled in.
Does this make sense on how I am explaining this? I am using Microsoft Access 2010 (on a virtual machine for mac)
Thank you!![]()