I am not sure if I'm going about this wrong or what. I have a form where the user enters a partial string in an Unbound Control. The button is pushed which opens the next form and passes the value in that control to the next form. I'm certain that piece is working OK. The problem I'm having is, I want the form to open with a query that will do a wildcard search with the value in that string. I've made the form's query source include a condition like so:
[Column] Like "*Me!txtUnboundControl*"
This doesn't seem to work.
Any suggestions?
Thanks in advance.
V
[Column] Like "*Me!txtUnboundControl*"
This doesn't seem to work.
Any suggestions?
Thanks in advance.
V