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