Hi there,
Is there an event for a form object, which is triggered whenever any control in that form is changed/altered?
I have tried the suspect looking ones, but to no avail.
Thanks!
Fantastic, thanks Pat.
This works:
Like "*" & [forms]![itemForm]![filter_name] & "*" Or [forms]![itemForm]![filter_name] Is Null
I didn't see the direct connection with the sql query.
And yes - I need it so that partial results come up - much more useful. :)
Thanks again.
Hi there,
I have a list (listA) which has a record source of a query object (queryA).
The form (formA) which has listA in it, also has a text box for some of the fields requested in queryA. The goal is to provide a flexible filter for the records in the list, so the user can just type in 'K'...
Robust solution to allow easy passing of arguments to forms
Hi there,
I want to develope a robust way of being able to pass arguments to a form when opening it. This way, I can treat the form basically like a function - and it severs the opening forms usual dependence on a value existing in...
Hi all,
I am toying with the idea of getting a palm computer and setting it up so that my client can collect data at remote locations, and then upon getting home, by a simple process can transfer the collected information into the MS Db that I've designed for them.
Clearly duplicate...