T
TinaR
I have a simple query based on two tables that are linked together. I'm
pulling the results based on a date. The first table is a current roster.
The second table is for changes to the roster. If the street address
changes, I enter the new street address in the appropriate street address
field of the changes table. Another record may have a different type of
change (facility name, purchasing manager, etc.).
When I run my query, I'm bringing back results based on the date the changes
are submitted. The query results show the old information (from the current
roster table) and the new information (from the changes table). So far so
good. What I'd like to do is show the old information from the current
roster, only if there is a change to that field. Currently, all the
information shows from the current roster table.
Is there a way to put a condition in the query that says to show the results
from the current roster, only if the corresponding changes field is not null?
Thanks,
Tina
pulling the results based on a date. The first table is a current roster.
The second table is for changes to the roster. If the street address
changes, I enter the new street address in the appropriate street address
field of the changes table. Another record may have a different type of
change (facility name, purchasing manager, etc.).
When I run my query, I'm bringing back results based on the date the changes
are submitted. The query results show the old information (from the current
roster table) and the new information (from the changes table). So far so
good. What I'd like to do is show the old information from the current
roster, only if there is a change to that field. Currently, all the
information shows from the current roster table.
Is there a way to put a condition in the query that says to show the results
from the current roster, only if the corresponding changes field is not null?
Thanks,
Tina