Thought I had asked the right question and worked this out, but not quite....
I have a form and wanted to use VBA to dynamically label a group of labels ( LabelSev1, LabelSev2...LabelSev8).
Thanks to this forum, I used the following code:
For x = 1 to 8
Me.Controls("LabelSev" & x).Caption...
Relatively new to Access 2007 and VBA programming. Hope this question makes sense.
I have a form display. I have a set of 10 labels that are column headers, labeled as Label1, Label2, etc. Depending on user inputs, I only want to display a subset of the labels.
What I would like to do is, if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.