C
Chaplain Doug
I have a main form that is a tab control with five pages
(tabs). The main form is called [Male Program Records].
On one of the pages of the tab control I have two subforms
displayed. One is called [Select Male Participant
Records] and the other is called [Selected Male
Participant Records]. After one of the controls in
[Select Male Participant Records] is updated (the Update
event) I try to run code that does a requery on the other
subform. I am using:
Private Sub SELECTED_AfterUpdate()
[Selected Male Participant Records].Requery
End Sub
The error message I get is:
Microsoft Access can't find the field "|" referred to in
your expression.
Questions:
1. What's wrong with the reference to the other subform?
2. What is the proper way to reference the other subform
([Selected Male Participant Records])?
Thanks for any help. God bless.
(tabs). The main form is called [Male Program Records].
On one of the pages of the tab control I have two subforms
displayed. One is called [Select Male Participant
Records] and the other is called [Selected Male
Participant Records]. After one of the controls in
[Select Male Participant Records] is updated (the Update
event) I try to run code that does a requery on the other
subform. I am using:
Private Sub SELECTED_AfterUpdate()
[Selected Male Participant Records].Requery
End Sub
The error message I get is:
Microsoft Access can't find the field "|" referred to in
your expression.
Questions:
1. What's wrong with the reference to the other subform?
2. What is the proper way to reference the other subform
([Selected Male Participant Records])?
Thanks for any help. God bless.