I have a query to pull invoices and related info from our database. The cities related to these invoices are stored in a city table, and referenced by a city code in the invoice header. I joined the two tables together, but it will only pull the origin city name, not the destination city name. it leaves that one as the city code.
Wondering if anyone has any ideas or can help me figure out how to get it to pull City names for both the origin city, and the destination city?