B
betsy
I have 2 tables that track similar data in each, ie name,
date of birth, due date, etc. 1 for parent, 1 for child.
They are joint by the ParentID.
I need a query that will look at both tables and return
records for which the due date field in either/both tables
matches data inputed on a form.
I can get it to do one or the other but not both, I think
because of the "inner join". I can't remove the
relationship because I need to be able to track the child
thru the parent and vice versa. And I don't want to have 2
separate queries. Any help is GREATLY appreciated!!
Betsy
date of birth, due date, etc. 1 for parent, 1 for child.
They are joint by the ParentID.
I need a query that will look at both tables and return
records for which the due date field in either/both tables
matches data inputed on a form.
I can get it to do one or the other but not both, I think
because of the "inner join". I can't remove the
relationship because I need to be able to track the child
thru the parent and vice versa. And I don't want to have 2
separate queries. Any help is GREATLY appreciated!!
Betsy