TheSearcher
Registered User.
- Local time
- Today, 05:37
- Joined
- Jul 21, 2011
- Messages
- 392
I've noticed that the following code is problematic. Sometimes it works and sometimes it produces the "object doesn't support this property or method" error.
Does anyone know why this would be?
Does anyone know why this would be?
Code:
dim ctl as control
For Each ctl In Me.Controls
If ctl.Tag = "clear" Then ctl.Value = Null
Next