D
Doctor
Is it possible to reference controls on a form by their tag? I saw something
once that made me wonder if this was possible.
I have two divisions that work off of the same database. Some of the
controls don't apply to the other part of the users. Can I assign a tag,
Group1, to some controls, and Group2 to another group of controls? If so here
is what I would like to do in the Open event of the form
If usergroup is Group1 Then Set all controls with tag Group2 to .visible =
false.
First is this possible; second, what would be the syntax? I am imagining
something like a For Each ctl kind of deal.
Thanks in advance
once that made me wonder if this was possible.
I have two divisions that work off of the same database. Some of the
controls don't apply to the other part of the users. Can I assign a tag,
Group1, to some controls, and Group2 to another group of controls? If so here
is what I would like to do in the Open event of the form
If usergroup is Group1 Then Set all controls with tag Group2 to .visible =
false.
First is this possible; second, what would be the syntax? I am imagining
something like a For Each ctl kind of deal.
Thanks in advance