Resolved! Report to display all assets with asset types, IP addr, and full OS
I'm trying to develop a report that is like the "All Assets" under the Asset link, but I just want to display the Asset Name, Type, OS, Model and IP address. If I use this query I get all asset types:Select tblComputers.Computername, tblComputers.Com...