L
leaf
Hello there,
I want the same id pops up when I click and open a form
within a form. I have a form called PhoneSurvey and
within it I have two forms Age4054 and Age55. If the
person is equal or above age55, he/she will open the form
Age55 to answer a series of questions. I want the same id
to show up when Age55 opens up so that he/she will not
have to type in the id again. The two forms are linked to
two differerent tables called TableAge55 and
TablePhoneScreen.
Will the following code work?
Private Sub openAge55_Click()
[FormAge55]!ID = [FormPhoneScreen]!ID
End Sub
Thanks!
leaf
I want the same id pops up when I click and open a form
within a form. I have a form called PhoneSurvey and
within it I have two forms Age4054 and Age55. If the
person is equal or above age55, he/she will open the form
Age55 to answer a series of questions. I want the same id
to show up when Age55 opens up so that he/she will not
have to type in the id again. The two forms are linked to
two differerent tables called TableAge55 and
TablePhoneScreen.
Will the following code work?
Private Sub openAge55_Click()
[FormAge55]!ID = [FormPhoneScreen]!ID
End Sub
Thanks!
leaf