K
Kevin R
Hi all.
I have a select query with one of the criteria set to
Like "*" & [txtSearch].[Text] & "*"
On the form based on the query I have a text box called
txtSearch which has a Change event which just calls Me.Requery
Whenever the form opens or requeries, I am prompted for the parameter
txtSearch.Text
The query doesn't seem able to see the control on the form, it is in
the form's header
I have another form which has a field called txtSearch and has a
subform which is based on the query results and this one works fine
using the same query.
I've run out of ideas and would be grateful for any help anyone could
offer
TIA
Kevin R.
I have a select query with one of the criteria set to
Like "*" & [txtSearch].[Text] & "*"
On the form based on the query I have a text box called
txtSearch which has a Change event which just calls Me.Requery
Whenever the form opens or requeries, I am prompted for the parameter
txtSearch.Text
The query doesn't seem able to see the control on the form, it is in
the form's header
I have another form which has a field called txtSearch and has a
subform which is based on the query results and this one works fine
using the same query.
I've run out of ideas and would be grateful for any help anyone could
offer
TIA
Kevin R.