M
Michael Malone
Is there a quick way set all input controls to a null state.
Something like:
Dim frm As Form
Dim ctl As Control
Set frm = Screen.ActiveForm
For Each ctl In frm
ctl = vbNullString
Next
Am I on the right track?
Mike
Something like:
Dim frm As Form
Dim ctl As Control
Set frm = Screen.ActiveForm
For Each ctl In frm
ctl = vbNullString
Next
Am I on the right track?
Mike