Your DCount() will work if you just add an AutoNumber column with a little tweak in your criteria. Suppose, you added a column called ID which is an AutoNumber field. So, all you have to do is add another criteria into your DCount function.
DCount("printref","[TPrint Data Store]","TprodRef1 = "...