J
Jinny
Ok so here's my problem:
i have 2 tables: Jeff, SD
there are 5 fields in each: ID (primary key) and 4 others
First I have to make a query that finds matching records in the 2 tables
This should be easy but it's not:
just simple join in design view, but when I run it says I need
something in the "Field:" box below~ so i put 4 fields from Table Jeff that I
want to show in the boxes and run and nothing comes up
Next I want to show the records that don't match between the 2 tables:
So you should make another query right join the 2 tables (show all of
jeff and matches of SD) then make the primary key for jeff (is null)
what else do i put in the "field, table, criteria" section?
b/c this is not working
Please help!!!
i have 2 tables: Jeff, SD
there are 5 fields in each: ID (primary key) and 4 others
First I have to make a query that finds matching records in the 2 tables
This should be easy but it's not:
just simple join in design view, but when I run it says I need
something in the "Field:" box below~ so i put 4 fields from Table Jeff that I
want to show in the boxes and run and nothing comes up
Next I want to show the records that don't match between the 2 tables:
So you should make another query right join the 2 tables (show all of
jeff and matches of SD) then make the primary key for jeff (is null)
what else do i put in the "field, table, criteria" section?
b/c this is not working
Please help!!!