
Inherited form and remembering controls
Could I do it by declaring a variable in a string variable in a module and
at each click event declare that the stringin the module equals the tag
variable text such as
atext = Button1.Tag
Quote:
> I need to in another form that is opened remember the tag text of a
control
> after the click event in the originating form. Any ideas how I can do
this?