V
venajoe
Access Gurus,
I often encounter a situation where I want to run a select (parameter) query
on a particular table, but instead of having the user type in their own
parameter, I'd like for them to be able to choose, from a combo box that
auto-completes, the actual item in the underlying table, then use this string
as the basis for the parameter query. I want to limit the parameters to
already-extant items in the underlying table and so avoid close-but-not-exact
matching problems by free-typing the parameter.
I often encounter a situation where I want to run a select (parameter) query
on a particular table, but instead of having the user type in their own
parameter, I'd like for them to be able to choose, from a combo box that
auto-completes, the actual item in the underlying table, then use this string
as the basis for the parameter query. I want to limit the parameters to
already-extant items in the underlying table and so avoid close-but-not-exact
matching problems by free-typing the parameter.