G
Guest
I asked something similar to this a few days ago, but I am trying a different tack. Although the previous answer did help with another problem (Thank you Pat Hartman).
I am trying to change the subform's recordsource to either a query or select statement depending on how the primary form is opened. I am using:
Me!sfrmQUESTIONS.Form.RecordSource = qrypic_quest
And I get an error of "cannot find the field sfrmquestions referred to in your expression.
I also would mind being able to use something like the select statement in the VB help, but would it work on a subform.
I am trying to change the subform's recordsource to either a query or select statement depending on how the primary form is opened. I am using:
Me!sfrmQUESTIONS.Form.RecordSource = qrypic_quest
And I get an error of "cannot find the field sfrmquestions referred to in your expression.
I also would mind being able to use something like the select statement in the VB help, but would it work on a subform.