L
leaf
Hello,
I have a form called FormAge55 which is linked to
FormPhoneScreen. After I open FormPhoneScreen, there is a
button to open FormAge55. I want the same ID to show when
FormAge55 opens up when FormPhoneScreen is open. I wrote
the following code but it did not work. Could anyone tell
me what could be the problem?
Thanks,
Yeying
Private Sub openage55_Click()
[Form_FormPhoneScreen]!ID.Value = [Form_FormAge55]!ID.Value
End Sub
I have a form called FormAge55 which is linked to
FormPhoneScreen. After I open FormPhoneScreen, there is a
button to open FormAge55. I want the same ID to show when
FormAge55 opens up when FormPhoneScreen is open. I wrote
the following code but it did not work. Could anyone tell
me what could be the problem?
Thanks,
Yeying
Private Sub openage55_Click()
[Form_FormPhoneScreen]!ID.Value = [Form_FormAge55]!ID.Value
End Sub