Hi,
Can anyone help me with a function that prompts the user with a listbox listing some items?
What I need to do is to insert the field of a table into a query.
For example:
select * from contacts
where contacts.[someInput] <> null
I want to incorporate this into a form so the user can just select a listbox and then the bottom returns results.
Thanks.
Can anyone help me with a function that prompts the user with a listbox listing some items?
What I need to do is to insert the field of a table into a query.
For example:
select * from contacts
where contacts.[someInput] <> null
I want to incorporate this into a form so the user can just select a listbox and then the bottom returns results.
Thanks.