T
Tom McMillion
I have a subform created from a select query, and a
button on the main form on which the subform resides,
which refreshes the content displayed on the subform when
the button is clicked.
I would like to create an additional button which will in
effect requery the subform using a different Select
Query, or to put it another way will use a different set
of criteria for running the query from which the data on
the subform is populated. I understand that there is a
Me.RecordSource command which can help accomplish this.
My question is, how and where do I program this
Me.RecordSource command?
I hope this is adequate info to answer the question.
Thanks in advance,
Tom
button on the main form on which the subform resides,
which refreshes the content displayed on the subform when
the button is clicked.
I would like to create an additional button which will in
effect requery the subform using a different Select
Query, or to put it another way will use a different set
of criteria for running the query from which the data on
the subform is populated. I understand that there is a
Me.RecordSource command which can help accomplish this.
My question is, how and where do I program this
Me.RecordSource command?
I hope this is adequate info to answer the question.
Thanks in advance,
Tom