|
-
Jun 3rd, 2005, 05:41 PM
#1
Thread Starter
Fanatic Member
CallbyName equivilent for VB5
I've been beating myself up trying to figure this out. I also searched through the forum and didn't find anything that could help me with this. I have a table which holds the names of various controls on my form:
ie
rs!CNTRL_NME = "cmdClick"
(cmdClick is the name of my button)
If I can call rs!CNTRL_NME by name, then this would work great. Unfortunately, I'm not using VB6 which is where this was first introduced. Can someone provide me with an equivalent for VB5 which I can use to call the above recordset variable by name?
Thanks in advance!
Strick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|