Thanks, but that didn't work. Here is what I was trying to accomplish.
I've got three different menu items. I've also got three different forms. When one of the menu items is selected, I want to open one of the form. Instead of having 3 different functions which vary only by the form name, I was trying to use the same function for all three. I was trying to place the form name in the menu item's tag, and have the function open the form that corresponds to the tag. Then tag contents will NEVER change - I set that value during programming.
In any case, this is probably not worth the aggrivation. I'll just go with three different functions.
Thanks anyway!