Query... need to add totals:
3 Fields: [Name] [Type] [Test]
Table looks like this:
abc company | red | true
abc company | red | true
abc company | blue | false
mikes welding | red | true
Result:
abc company = 2 Red True
abc company = 1 blue true
mikes welding = 1 red true
is this possible within a query?
3 Fields: [Name] [Type] [Test]
Table looks like this:
abc company | red | true
abc company | red | true
abc company | blue | false
mikes welding | red | true
Result:
abc company = 2 Red True
abc company = 1 blue true
mikes welding = 1 red true
is this possible within a query?