View Full Version : Report Puzzler


Antix
06-25-2009, 09:10 AM
I have a report that I want to display a district and neighborhood from a from that lists this information with regard to certain people. THis is linked to two tables that list the neighborhood and district names. In the tables there is an automatically genereated ID number and then the list of names. The problem is that in the report what shows up is the ID number when I want the actual name of the neighborhoods and districts. Any ideas?

pbaldy
06-25-2009, 09:16 AM
Generally you would base your report on a query that included the relevant tables, joined by their respective ID fields. That enables you to get the name associated with the ID number.