I created two tables regarding membership dues.<br>Member Names - 1st Table<br>Member Donantion - 2nd Table<br><br>The 1st table contains member names only (with a key)<br>The 2nd table contains various fields to input money amounts given by members.<br>The 2nd table name field lookups up the name on the 1st Table BUT it only shows the first name.<br><br>It the properties it says that 3 columns are included (key, firstname, Lastname. But only the first name will show up.<br>What can I do.<br><br>PS - A Relationship for the two name fields has been established.