My DB has 4 different fields (Attorney, 2nd Attorney, Supervisor, and 2nd Supervisor) that contain the same type of data. Originally I had one table with the names of all 100 attorneys on staff. The contractor I started working with suggested that I might encounter problems if I have 1 table that 4 fields are pulling information from. (The row source is really a query, not the actual table.) So I now have 4 different tables with the exact same list of people. Is this the correct way to do this, or should I go back to one table of names and one query for the row source for the 4 different fields?
Thank you for any help--
Thank you for any help--