Okay...so I am working on my project and things are going well with one exception...
I am using multiple forms and I can't figure out how to use an object that lives on one form on another form...
For example...I created a radFemale object on Form 1. Now on Form3 I want to say if radFemale.checked = True then do the following equation. However when I try to use it on the code for Form3 obviously it does not recognize it. Then I am also trying to use the result for (ie:) decWeight which is captured on Form2 in this equation on to place results on Form3...what am I doing wrong/missing? I am trying to follow the slides from the last week of class about using multiple forms, but I just am not following the whole parent/child form and how to use a result from one form on another! Anyone know of any good websites that talk about using multiple forms? I have been looking the last couple of days and have not come up with any.
Remember Me