Hildegoat15
Technical User
Hi,
I work for a respiratory services company, and I'm trying to generate a query that shows the amount of installs and removals over a certain period of time. I've got 2 queries -- one to count installs and one to count removals.
Installs:
A 4
B 4
C 4
D 5
E 5
Removals:
D 1
E 1
The problem is that when i try to make a third query to put that data together (basically just including those fields in a new query), it repeats the values for some reason, i.e.
inst. rem.
A 4 1
A 4 1
B 4 1
B 4 1
and so on...
why would that be happening? this pry isnt the best way of counting installs and removals, but if you have any suggestions for my problem, i'd appreciate them greatly.
-Matt
I work for a respiratory services company, and I'm trying to generate a query that shows the amount of installs and removals over a certain period of time. I've got 2 queries -- one to count installs and one to count removals.
Installs:
A 4
B 4
C 4
D 5
E 5
Removals:
D 1
E 1
The problem is that when i try to make a third query to put that data together (basically just including those fields in a new query), it repeats the values for some reason, i.e.
inst. rem.
A 4 1
A 4 1
B 4 1
B 4 1
and so on...
why would that be happening? this pry isnt the best way of counting installs and removals, but if you have any suggestions for my problem, i'd appreciate them greatly.
-Matt