This is a simple query question, but I've googled for a while and can't seem to phrase it correctly to find an answer.
Here are two tables:
Text
Stores
------
StoreNumber
StoreName
DistrictName
Districts
---------
DistrictName
DMname
I need to select Stores.StoreName where Stores.DistrictName matches the DistrictName of a certain DMname.
I'm sure I'll kick myself when I read it, but I can't wrap my head around what I need here.