Solved the problem:
In order to use sql with DAP dropdown/combo boxes simply create your string as you normally would, for example:
SELECT tblEventCats.NCEventID, tblEventCats.[NCEventCat] & " - " & [NCEventSubCat] AS NCType2 FROM tblEventCats
Then paste this in to the ListRowSource field...