Hello
I have a query within my form.
I want to change the record source so it filters information down.
im using the following code but will not execute.
---------------------------------------------------------
Dim sSQLall
sSQLall = "SELECT * FROM qSearch"
subfrmQrySearch.Form.RecordSource = sSQLall
---------------------------------------------------------
but this will not change the record source of the embedded query within my form.
Any suggestions?
Thanks
I have a query within my form.
I want to change the record source so it filters information down.
im using the following code but will not execute.
---------------------------------------------------------
Dim sSQLall
sSQLall = "SELECT * FROM qSearch"
subfrmQrySearch.Form.RecordSource = sSQLall
---------------------------------------------------------
but this will not change the record source of the embedded query within my form.
Any suggestions?
Thanks