What is the best way to attack the problem. Here is sample code, which was working yesterday and after the addition of a column to the underlying table to day does not work.
I = DCount("Language", "[" & Orig & "]", "[Language] <> 'X'")
Here I is integer counter, Language is the name of field ...