Any object has only one Tag property.
If you really need the Tag to store multiple items, you can store a
delimited list, such as:
ShowThis=True; DisableThis = False; RememberSomething = 999
You can then use Split to parse the items into an array, and loop through
the array to find the value you want to know about.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Hi all,
> On my forms I have a checkbox with code to lock record and do certain
[quoted text clipped - 7 lines]
> Thanks
> Dave
d9pierce@mchsi.com - 06 Mar 2007 16:13 GMT
> Any object has only one Tag property.
>
[quoted text clipped - 27 lines]
>
> - Show quoted text -
Thanks,
How did I just know this couldn't be something simple!
i just have to laugh at this point!
Thanks,
Dave