I need some help here. I have been asked to create a query that I'm not sure I can do it. Its working with 2 tables that are not related.
Table 1: Dbo_LocalUnitAudit
PK ID, other fields include: [CountyCd], [LocalUnitType],[LocalUnitCd], [FiscalYear], [AuditReceivedDate]
Table 2: Audit Reviews
PK DOES NOT HAVE ONE, other fields include: [CountyCd], [LocalUnitType], [LocalUnitCd], [DateCompleted], [FYE]
I'm being asked to show a list of those audits that have been received, but to which no DateComplated exist in the Audit Review table.
Am I making to much of this, but I'm having a very difficult time given this database has no relationship existing between them.
Table 1: Dbo_LocalUnitAudit
PK ID, other fields include: [CountyCd], [LocalUnitType],[LocalUnitCd], [FiscalYear], [AuditReceivedDate]
Table 2: Audit Reviews
PK DOES NOT HAVE ONE, other fields include: [CountyCd], [LocalUnitType], [LocalUnitCd], [DateCompleted], [FYE]
I'm being asked to show a list of those audits that have been received, but to which no DateComplated exist in the Audit Review table.
Am I making to much of this, but I'm having a very difficult time given this database has no relationship existing between them.