I have a (sub)form that uses a prameterized query to look up records in a table based on a "Like" string match. It works by itself.
I would like to include it in a form with a text box to accept the search string, then populate the subForm.
I created the form, with an unbound text field, and used that as the link to the subForm. As soon as the form is invoked, before it displays, a dialog prompts for the search string. The expected records display in the subForm, but the text field is not populated.
I think I would like to trigger the subForm with the "On Lost Focus" event of the text field.
Thanks for any help...