I've used
this script successfully to add Owners Names (tblcompcustom>custom1) for a known PC Name (tblcomputers.computer) one at a time.
I'd like to expand on it and add more than one field when running the query. Say, building, custom1, location all for the same computer.
And to take it one step further, would like to be able to import that data from a CSV file.
If COMP1 has buildingA, User1, Location1 and is already in LS and COMP2 has none of those fields, but has been scanned into LS, I'd like to append buildingB, User2 and Location2.
Any insight would be appreciated.