M
monia13
I'm getting this error when I choose a value in the combobox:
Run time error 2465
Microsoft Access can't find the field 'Subform_By_RCA' referred to in your
expression.
Como box is based on a separate table that lists RCA names. Subform_By_RCA
is based on a query set up using 3 tables, including the table RCA names used
in combo box. Could that be a problem?
Private Sub RCA_AfterUpdate()
Me!Subform_By_RCA.Form.Requery
End Sub
Aslo under the AfterUpdate I have this code:
Run time error 2465
Microsoft Access can't find the field 'Subform_By_RCA' referred to in your
expression.
Como box is based on a separate table that lists RCA names. Subform_By_RCA
is based on a query set up using 3 tables, including the table RCA names used
in combo box. Could that be a problem?
Private Sub RCA_AfterUpdate()
Me!Subform_By_RCA.Form.Requery
End Sub
Aslo under the AfterUpdate I have this code: