get everything from table A that is not in table B



Hi,

I have a table Rates(date,maturity,rate) in which are downloaded rates
for different maturity points, say 1YR, 2YR, 3YR and so on. I wish to
write a query that would provide me if there were more or less maturity
points downloaded between two days.

So lets say on day1 I downloaded
1 YR -> 100
2 YR -> 200
3 YR -> 300

and on day2 I downloaded

2YR -> 200
3YR -> 300
4YR -> 400

at the end, the query should produce two results (the rates themselves
are not too important)
Result1 -> "Exists in Day1 but not in Day 2"
1YR

Result2 -> "Exists in Day2 but not in Day1"
4YR


What is the best way to write this query?

Thanks.

.



Relevant Pages

  • Re: Identifying fields out of order
    ... Click on "Create Query in Design View" ... tblSeq AS Prev, tblSeq AS Next; ... Our SQL now would look like: ...
    (microsoft.public.access.queries)
  • Query based on Column Index
    ... I have attached the sql to a query that I have developed. ... regarding the TraitHistory fields. ... Prev fields from my table and update the query. ... query determine the Curr and Prev based on their position in the table. ...
    (microsoft.public.access.queries)
  • Re: Multiple field query
    ... > I need a query that will give me single column list produced from all 20 ... > the opeation fields. ... EdS ... Prev by Date: ...
    (microsoft.public.access.queries)
  • RE: Basic Question- "IIF/Like"
    ... I've created a corresponding query that in the conditions field ... > query works correctly by returning all records but if the user types a ... Prev by Date: ...
    (microsoft.public.access.queries)
  • Re: Date Group and Totals
    ... Using the query design grid, ... Maturity Date ... I would like to create a report that groups and totals the Amounts Invested, ...
    (microsoft.public.access.reports)