I have Account and Address tables linked on AddressID. If I structure a report to show the Account, Address1, City, State, Zip as individual fields then each account row indeed shows the corresponding address info. I merged those fileds into a formula as follows:
{ADDRESS.ADDRESS1}&", "&{ADDRESS.ADDRESS2}&", "&{ADDRESS.CITY}&", "&{ADDRESS.STATE}&", "&{ADDRESS.POSTALCODE}
This results in only about 20% of accounts having the address string. Why isn't the data filling in on all accounts?
Any ideas are appreciated.
{ADDRESS.ADDRESS1}&", "&{ADDRESS.ADDRESS2}&", "&{ADDRESS.CITY}&", "&{ADDRESS.STATE}&", "&{ADDRESS.POSTALCODE}
This results in only about 20% of accounts having the address string. Why isn't the data filling in on all accounts?
Any ideas are appreciated.