Hello,
I desperately need help to modify a where condition that was created when I added a button to open a form and find specific data by to display.
The form currently opens and displays a form filtered by the task num (where condition below).
This works great. When I click on the button, a form (Contractors) pop-ups and displays all records filtered by task num. Now, I would like to perform another filter on the field “contracto r”. So, the form will open, filter on task num AND contractor. How can I modify the above where condition to add the contractor field?
Both my task num and contractor fields are text data types. I am using Microsoft Access 2010.
My Contractor form is using a query for the record source.
I appreciate your help and thank you in advance for responding. :-)
I desperately need help to modify a where condition that was created when I added a button to open a form and find specific data by to display.
The form currently opens and displays a form filtered by the task num (where condition below).
Code:
="[task Num]=" & "'" & [task Num] & "'"
Both my task num and contractor fields are text data types. I am using Microsoft Access 2010.
My Contractor form is using a query for the record source.
I appreciate your help and thank you in advance for responding. :-)
Comment