Hi,
I created a query with two tables: TableZ and LogisticsPostalAddress.
The relation between those tables is TableZ.PostalAddress=LogisticsPostalAddress.RecId
this query is being used in a report, and the address is appearing on the report.
However, when i deactivate the address, the address field in the report becomes empty, even though TableZ.PostalAddress is still filled. How to make it appear even though it's inactive?
I think it's maybe because logisticsPostalAddress is a validTimeState table?