Q
Query Help
I have 22011 records in table "tblProcChargCounty " when I create a query
between this table and tblFacility table, I have 22011 records, but I try to
add "tblEquipType" table I get bigger number. Now table tblEquipType &
tblProcChargCounty have one-to-Many relationship with tbleFacility table.
I need help with this please
SELECT CODE, OpenFacility, FACILITY, FacilityType, COUNTY
FROM tblFacility
UNION All
Select Year, BeginningDate, EndingDate, County AS tblProcChargCounty_County,
PETProc
FROM tblProcChargCounty
SELECT Code, EquipType, [Replacement/Upgrade], [Active?], DateAquired,
[Owned/Leased], [Fixed/Mobile], [Shared?]
FROM tblEquipType;
between this table and tblFacility table, I have 22011 records, but I try to
add "tblEquipType" table I get bigger number. Now table tblEquipType &
tblProcChargCounty have one-to-Many relationship with tbleFacility table.
I need help with this please
SELECT CODE, OpenFacility, FACILITY, FacilityType, COUNTY
FROM tblFacility
UNION All
Select Year, BeginningDate, EndingDate, County AS tblProcChargCounty_County,
PETProc
FROM tblProcChargCounty
SELECT Code, EquipType, [Replacement/Upgrade], [Active?], DateAquired,
[Owned/Leased], [Fixed/Mobile], [Shared?]
FROM tblEquipType;