I have a report where I print out the client's address. Currently I can't connect the three different fields for printing purposes. For example if you have New York, NY 10001. On my report they are three seperate fields and it looks like New York , NY 10001. I'd like to just concat them together for display purposes. I did something like this with the user's first name last name. [Fname]&" "&[Lname]. I tried this with the city and state and it would not work. Kept getting an error message. Please help!