The following line of code is producing an error -
Microsoft Access can't find the field 'sfrmReferralsClosed' referred to in your expression. I have followed the syntax on the link in Access FAQ, and treated the recordsource in my code, as both being called as Sub1 and Sub 2. Both are producing this error. Any ideas ?
Code:
Me!sfrmReferrals.Form!sfrmReferralsClosed.Form.RecordSource = refSQL
