Link: Smiling_Chen: Urgent question.
We have three tables which incurred the same repeating problems, such as the same id number and donor name will apear more than twice. I checked the corresponding queries and thought that we might use the Distinct operator to solve the problem.
Use distinct if you want. The issue is in using a form to INSERT data into multiple tables not displaying data from multiple tables.