I have a combo-box in a form called "Review Material"

The items inside the "Review Material" combo-box are items pulled from a lookup column in a SharePoint List.
However, there are 3 duplicates of each Review Material (as each Review Material relates to a different country).

When I click on the "Review Material" combo-box to view all items, it shows 3 of each item since there are 3 of each in the lookup column pulled from a SharePoint List.

(When you click on one of the 3 duplicate items, it selects all of the duplicate items, but only shows one instance of the item in the actual combo-box selection ~ see below)

How do I remove duplicates of items in my combo-box pulled from a Look-Up Column in a SharePoint List? I only want to show 1 instance of each "Review Material" item ... not 3 duplicates. We only want to show the name of unique values, no duplicates. Would I be using the 'Distinct' function? Thank you!