Hi Caleb
If you are confident that the sub query will naturally bring multiple entries back and a DISTINCT does not resolve, you can also use SELECT TOP 1. The best way to test is to isolate the sub query and run it on its own to see the values and why multiple records are found.
Glad you got it to work.
Kind regards
Peter Juby