CheckHound
Technical User
I am using a Report to make generate a letter. The fields I am trying to display are all generate from lookup fields. If I add each control individually they display correctly. If I try to have them display as one line by using an expression it displays the number of the primary key for the data and not the correct word.
This code generates 1,1,1 with no errors, the number change depending on the record.
=[City] & "," & [State] & "," & [Zip Code]
My question is how do I get the expression to display the actual data. Like Couer d'Alene, Idaho, 83815 ?
Heather
This code generates 1,1,1 with no errors, the number change depending on the record.
=[City] & "," & [State] & "," & [Zip Code]
My question is how do I get the expression to display the actual data. Like Couer d'Alene, Idaho, 83815 ?
Heather