Hello,
I stumbled across the following problem.
I have a Form with 3 Labels on it, created within Designer Mode.
Let's call them Lbl1, Lbl2, Lbl3.
Additionally, I created a class module "clsLbls" which code is:
'>>>>
Option Compare Database
Option Explicit
Public WithEvents lblTask As Label...