D
Dino
I have table A with several fields of account info from 2005. Table B has the
same fields with possibly updated info from 2006. I have to keep the info
from both tables and conveniently display them. Right now I have a form that
displays the information I need in tabbed pages, one page for each year. The
form is based on a query that joins Table A and B.
This is fine except for one problem: the account number can change from year
to year. If the number changed from 2005 to 2006, and since the tables are
connected by a LEFT outer join, if I type in the 2005 account number it's
information will come up for 2005 and the 2006 page will have no info. That's
good, but if I type in the new number (2006) all I get is a blank screen as a
result. I need both LEFT and RIGHT joins if that's possible. Can I do this
somehow?
same fields with possibly updated info from 2006. I have to keep the info
from both tables and conveniently display them. Right now I have a form that
displays the information I need in tabbed pages, one page for each year. The
form is based on a query that joins Table A and B.
This is fine except for one problem: the account number can change from year
to year. If the number changed from 2005 to 2006, and since the tables are
connected by a LEFT outer join, if I type in the 2005 account number it's
information will come up for 2005 and the 2006 page will have no info. That's
good, but if I type in the new number (2006) all I get is a blank screen as a
result. I need both LEFT and RIGHT joins if that's possible. Can I do this
somehow?