I have 2 queries:
Both Queries have the same fields and are based on the same table (tblBusinesses) but have different criteria
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Query Name[/TD]
[TD]Criteria[/TD]
[/TR]
[TR]
[TD]OpenBusinesses[/TD]
[TD]'Status' field equals 'Open'[/TD]
[/TR]
[TR]
[TD]ClosedBusinesses[/TD]
[TD]'Status' field is not equal to 'Open'[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to find records which appear in both queries? The Duplicate field will be the 'RegNo' within the table.
Basically, I'm trying to find any Duplicate Businesses Records which have different Statuses. If there is a better way of doing this then I'm all ears!
Thanks in advance!
Both Queries have the same fields and are based on the same table (tblBusinesses) but have different criteria
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Query Name[/TD]
[TD]Criteria[/TD]
[/TR]
[TR]
[TD]OpenBusinesses[/TD]
[TD]'Status' field equals 'Open'[/TD]
[/TR]
[TR]
[TD]ClosedBusinesses[/TD]
[TD]'Status' field is not equal to 'Open'[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to find records which appear in both queries? The Duplicate field will be the 'RegNo' within the table.
Basically, I'm trying to find any Duplicate Businesses Records which have different Statuses. If there is a better way of doing this then I'm all ears!
Thanks in advance!