Hi, I have done some sniffing around to see if I can find solution to my problem. I came close but needed a hand to finish it up for me.
Dim allEmpty As Boolean
allEmpty =True
For Each crtl In Me.Controls
If crtl.Name Like "txtM*" Then
If Trim(crtl.Value) <> "" Then...