Ok, I understand what's going w/ the previous link. It's working more on the theory of having Frm1 and Frm2. When you type in Frm2 it updates the info in labels on Frm1. What I am doing is when you hit a button on Frm1, it opens Frm2 w some variable from Frm dictating how Frm2 should look.
What I've done is push the variable into the class i have built. I then try and access that class on Frm2 when it loads to decide how the screen should look. And it's not working. I'm sure it's something simple. I probably have 2 different instances of the class alive with 2 different sets of variables.
Based on the link you gave me, I should be able to figure it out, so I am going to blow some time working on that. In the mean time, any info?
_marshall_