Not a lot to go on.......
Try this:
Open the query "ControlFile Query" in design view
Switch to SQL view.
Add the word Distinct after SELECT....... see below
Save the query.Code:Select DISTINCT Field1, field2,.......FROM.....
Execute the query......