G
Guest
I have created a table with a corresponding report to show the different type
of aircraft, quantity and corresponding notes that is to participate in a
particular training evolution. The table and report work fine to show the
individual amounts, for example:
AC_Designation Total_assigned Notes
AV-8B_Harrier 6 Radar-4, N.A.-2
C-130_Herc 4 None
H-1_Skidz 17 Cobra-11, Huey-6
H-46_Phrog 19 None
I have been attempting to show a total of the number of Fixed Wing
(Airplanes) and Rotary Wing (Helicopters) that are due to participate. I have
been trying to get it to look like this:
AC_Designation Total_assigned Notes Total
AV-8B_Harrier 6 Radar-4, N.A.-2 10
C-130_Herc 4 None 10
H-1_Skidz 17 Cobra-11, Huey-6 36
H-46_Phrog 19 None 36
Or something similar to that. I haven't even attempted to sort the results
between the different type of aircraft yet because I haven't been able to get
a total count of all of the aircraft yet. I tried using the following in the
already setup query:
Total: ([Total_assigned])
All it did was return the total for each individual aircraft under the
'total' column:
AC_Designation Total_assigned Notes Total
AV-8B_Harrier 6 Radar-4, N.A.-2 6
C-130_Herc 4 None 4
H-1_Skidz 17 Cobra-11, Huey-6 17
H-46_Phrog 19 None
What am I missing and what can I do to alleviate this problem? I look
forward to your response.
of aircraft, quantity and corresponding notes that is to participate in a
particular training evolution. The table and report work fine to show the
individual amounts, for example:
AC_Designation Total_assigned Notes
AV-8B_Harrier 6 Radar-4, N.A.-2
C-130_Herc 4 None
H-1_Skidz 17 Cobra-11, Huey-6
H-46_Phrog 19 None
I have been attempting to show a total of the number of Fixed Wing
(Airplanes) and Rotary Wing (Helicopters) that are due to participate. I have
been trying to get it to look like this:
AC_Designation Total_assigned Notes Total
AV-8B_Harrier 6 Radar-4, N.A.-2 10
C-130_Herc 4 None 10
H-1_Skidz 17 Cobra-11, Huey-6 36
H-46_Phrog 19 None 36
Or something similar to that. I haven't even attempted to sort the results
between the different type of aircraft yet because I haven't been able to get
a total count of all of the aircraft yet. I tried using the following in the
already setup query:
Total: ([Total_assigned])
All it did was return the total for each individual aircraft under the
'total' column:
AC_Designation Total_assigned Notes Total
AV-8B_Harrier 6 Radar-4, N.A.-2 6
C-130_Herc 4 None 4
H-1_Skidz 17 Cobra-11, Huey-6 17
H-46_Phrog 19 None
What am I missing and what can I do to alleviate this problem? I look
forward to your response.