I want to select unique country names from a recordset and now my code is
The problem is that ASIA and Asia are different, but it only selects one.How can I include both of them?
Code:
strSELECT = "select distinct country"
The problem is that ASIA and Asia are different, but it only selects one.How can I include both of them?