I made a database for a team at work about a year ago, and it has been working fine as far as I know. Now there is a report that is pulling the wrong data. The report is set up as a customer letter, and most of the text is in a text box with an expression to pull in the address fields. It says [CustomerAddress] but is actually pulling [ProviderAddress], which appears at the top of the letter. I've checked the table to make sure the address for the customer is correct, I did a compact and repair on the back end and front end, and I copied the front end into a new blank database, and it's still there.
Here is the line that isn't working:
" & [CustomerAddress] & ", " & [CustomerCity] & ", " & [CustomerState] & ", " & [CustomerZip] & "
It is pulling a different address, but is correct for city, state and zip. Any ideas?
Here is the line that isn't working:
" & [CustomerAddress] & ", " & [CustomerCity] & ", " & [CustomerState] & ", " & [CustomerZip] & "
It is pulling a different address, but is correct for city, state and zip. Any ideas?