B
Barkster
I have a form with a couple of unbound fields that I want to use to
filter a subform/dataview on it by the value you type in the fields.
The query on the dataview uses Like
"*"+[Forms]![SearchForm]![Company]+"*" and I have on the company field
a keyup event to requery the subform below as
Forms!SearchForm!Datagrid.Requery. The subform is actually called
ContactSub but is named datagrid on the Main form. When I run the form
it will filter onload with whatever the previous value was but I cannot
get it to requery the dataview on keyup. Any ideas on what I'm doing
wrong. Thanks
filter a subform/dataview on it by the value you type in the fields.
The query on the dataview uses Like
"*"+[Forms]![SearchForm]![Company]+"*" and I have on the company field
a keyup event to requery the subform below as
Forms!SearchForm!Datagrid.Requery. The subform is actually called
ContactSub but is named datagrid on the Main form. When I run the form
it will filter onload with whatever the previous value was but I cannot
get it to requery the dataview on keyup. Any ideas on what I'm doing
wrong. Thanks