I had asked the question about creating a query and this was a good answer that I got.
==========================================================
***This was from a previous post in a differant thread***
How about a form with a combobox for the names and then have a query taking the choice from the form and use it as criteria? In your query, on the criteria line underneath the appropriate field, you'd type something like:
[Forms]![Timeline_Input_Form]![mmcid] or in general
[Forms]![FormName]![FormComboBoxName]
Note: The form must remain open. But you can hide it, or minimize it.
After they choose a name, you can have a command button to run the query which will pick up the needed info from the form.
==========================================================
Problem 1.
I got it to work okay but the query only runs right if only one item has the Criteria setup with this. If I place this in the other field criterias the query does not find anything. Once I edit the query and set it so that only one field has the criteria set up then it works again.. make sence?
Problem 2.
I also have some check boxes that I want the Query to use as well but I just cant seam to figure out the correct syntax to get it to work.
Please Help
Thanks
==========================================================
***This was from a previous post in a differant thread***
How about a form with a combobox for the names and then have a query taking the choice from the form and use it as criteria? In your query, on the criteria line underneath the appropriate field, you'd type something like:
[Forms]![Timeline_Input_Form]![mmcid] or in general
[Forms]![FormName]![FormComboBoxName]
Note: The form must remain open. But you can hide it, or minimize it.
After they choose a name, you can have a command button to run the query which will pick up the needed info from the form.
==========================================================
Problem 1.
I got it to work okay but the query only runs right if only one item has the Criteria setup with this. If I place this in the other field criterias the query does not find anything. Once I edit the query and set it so that only one field has the criteria set up then it works again.. make sence?
Problem 2.
I also have some check boxes that I want the Query to use as well but I just cant seam to figure out the correct syntax to get it to work.
Please Help
Thanks