I’m attempting to write a function that will return a text string with all field names in a given form. I’ve tried using For Each [control] in [form], but I can’t get it to work. Does anyone have an example that I could take a look at or another way to retrieve this information.
Thanks in advance,
Drew