I have a table that gives detailed information about what is located in certain rooms of a large building. It includes columns of positive and negative values for each entry. For each room number, the values, when summed, should equal zero.
How can I create a query to sum the values in each specific room number and check that they equal zero?
How can I create a query to sum the values in each specific room number and check that they equal zero?