G
Guest
I have the following tables: AETable (fields: AEID, LastName, FirstName),
Plan Data (fields: PlanID, PlanYear, Product1Plan$, Product2Plan$, AEID),
Actual Sold Data (fields: ActualID, AEID, SoldProd1$, SoldProd2$, ClientName,
PlanYear) and Committed Data (fields: CommID, AEID, FutureClientName,
EstSold$, PlanYear, TypeofComm {4 different types can be selected from
list}). All AEs will have a plan entered. However, not all AEs may have
data in the Actual or Committed tables. I would like to create a query that
based on the Plan Year selected [Enter Plan Year], I can see the Plan Data,
the Sold Data (even if zero), and the Committed data (even if zero) for each
AE. Similar to layout below:
LastName Plan Year Product1Plan$ Product2Plan$ Sold$ TypeofComm1
TypeofComm2 TypeofComm3 TypeofComm4
Plan Data (fields: PlanID, PlanYear, Product1Plan$, Product2Plan$, AEID),
Actual Sold Data (fields: ActualID, AEID, SoldProd1$, SoldProd2$, ClientName,
PlanYear) and Committed Data (fields: CommID, AEID, FutureClientName,
EstSold$, PlanYear, TypeofComm {4 different types can be selected from
list}). All AEs will have a plan entered. However, not all AEs may have
data in the Actual or Committed tables. I would like to create a query that
based on the Plan Year selected [Enter Plan Year], I can see the Plan Data,
the Sold Data (even if zero), and the Committed data (even if zero) for each
AE. Similar to layout below:
LastName Plan Year Product1Plan$ Product2Plan$ Sold$ TypeofComm1
TypeofComm2 TypeofComm3 TypeofComm4