Q
Question Boy
I am wanting to know is there is a way to list all the control name's on a
form with the associated caption/labels?
I started with
For Each ctl In frm.Controls
sCtls = ctl.Name
Next
but do not know how I can retrieve there labels as well?
Thank you
QB
form with the associated caption/labels?
I started with
For Each ctl In frm.Controls
sCtls = ctl.Name
Next
but do not know how I can retrieve there labels as well?
Thank you
QB