I have a table which is an inventory of all of our computers in the company, with several piece of information (RAM, etc.), with the computer name being the primary field.
I have a second table which is a data export of all DEVICES that have our software installed on them and what the software version is, including work computers and employee computers.
I’d like to create a field in the first table, that’ll grab the software version from the second table. When I try to use linked fields, it populates the first table with all of the devices from the second table, though. Is there a way to only list the devices in the first?