Okay, looked at the relation and the expression, and for my sanity do I have this logic correct?
me.counter = Nz(DMax("MyCounter", "CounterTable")("YearVariable", "YearTable" = " & Format( Now(), "yyyy" ))) + 1
So going by what you said above, "MyCounter" and "YearVariable" would be in two...