Randomblink
The Irreverent Reverend
- Local time
- Yesterday, 22:23
- Joined
- Jul 23, 2001
- Messages
- 279
Code:
Dim mstrForm as Form
Set mstrForm = Forms!CStr(curButton.Tag)
The curButton is a label...
The curButton.Tag = "popfrm_BankEntries"
All I am trying to do is get the stupid mstrForm to equal the curButton.Tag... What am I doing wrong...?
I could swear I have done this before...
ARGH!