strikermax
Programmer
I am doing a company inventory database, and for one of my reports (based on a query), I have entered in all the monitors and grouped the report by manuacturer. For example, Acer is listed first, then Daewoo and so on. I would like to either enter a command in my query (or maybe it should go in the report) that will count the number of records for that manufacturer and say, for example, Acer Monitor Total = 7, or Daewoo Monitor Total = 14, but display that data at the far right hand side of that section.
To explain this, I have included some dummy data below:
MF. Store Branch Model Size Serial Number
----------------------------------------------------
Acer
West Service 24A 17" M3TP6150046
East Sales 24A 17" M3TP6150047
Acer Monitor Total = 2
Daewoo
West Service 64T 19" GC94750601
East Sales 64T 19" GC94750602
East Service 64T 19" GC94750603
North Sales 64T 19" GC94750604
South Service 64T 19" GC94750605
Daewoo Monitor Total = 5
I wasn't sure if I could do this in a query since query data is viewed in datasheet view, and the query will group this data by monitor manufacturer providing all monitors are from the same store and branch, but if not, it displays a seperate record for each monitor. So instead of getting 2 monitors for Acer, the total column reads 1 and 1, since they are from different branches. Things are even worse when there are more stores and branches that have that make of monitor.
Any help on this one would be appreciated!! Thanx!!!