N
nathan_savidge
Hi,
I am trying to get the details of controls within a form.
This code works when the form is loaded, but if it isnt, then it doenst.
Dim frm As Form
Set frm = Forms("frm_policies")
For Each ctl In frm
Debug.Print ctl.Name
Next ctl
Thanks in advance.
I am trying to get the details of controls within a form.
This code works when the form is loaded, but if it isnt, then it doenst.
Dim frm As Form
Set frm = Forms("frm_policies")
For Each ctl In frm
Debug.Print ctl.Name
Next ctl
Thanks in advance.