J
Jason
I have tables with address information in it (I cannot edit the structure of
these tables).
Main address Table:
CustID
Address
City
ST
Zip
Secondary Address Table;
CustID
Begin_Address_Date
Expire_Address_Date
Address
City
ST
Zip
I would like to figure out how to run a query that would look in both
tables. If today falls within the date range of the second table, we'd like
to pull that address. Otherwise, just pull the address from Main Address
Table.
Seems simple in logic, but can't figure it out.
THanks.
these tables).
Main address Table:
CustID
Address
City
ST
Zip
Secondary Address Table;
CustID
Begin_Address_Date
Expire_Address_Date
Address
City
ST
Zip
I would like to figure out how to run a query that would look in both
tables. If today falls within the date range of the second table, we'd like
to pull that address. Otherwise, just pull the address from Main Address
Table.
Seems simple in logic, but can't figure it out.
THanks.