So how does this affect the data that is displayed in reports based on these
tables?
Shouldn't affect it at all. If it does, you may need to tweak the
report; typically a Report would be based on a query joining your main
table to all the lookup tables that you need to display the
user-meaningful information.
And in my relationships, what if I link to two different tables from
one field? Do you mean that I should delete one of those as well? For
example, I have a parents table linked to students table and payments table
both linked by the same ID.
Sorry, should have been more explicit! No, only delete the *duplicate,
redundant* relationships (if any). That is, if you have a relationship
that you defined in the relationships window, joining
Payments.StudentID to Students.StudentID, and you ALSO have a Lookup
Field combo box in the payments table for the StudentID, then it's
very likely that the lookup wizard has duplicated your effort, and
created a second, duplicate relationship from Students to Payments.
It's that duplicate relationship that you can delete.
John W. Vinson [MVP]