Dcount("[Field Name]","table/query","[Field Name] = 'Glasgow'")
Of course it is more common practise to have the Glasgow in some other object on the form such as a text box or combo box in which case it would be:
Dcount("[Field Name]","table/query","[Field Name] = [Textbox/Combo]")