Public Function GetPageControlDescriptions(f As Form) As Variant ' String()
Gets a list of captions for the data controls on the form. These can be used when printing validation messages. Depends on the label being attached to the parent data control.
The array returned contains a list of control names and labels separated by a colon, eg. "txtVisitDate:Visit Date" The returned array is used as-is by the table shadowing functions.
xf_DataList
xf_Controls