Z
ZigZagZak
I can't figure out the proper syntax for this.
SELECT EMPLOYEES.EMPLOYEE, EMPLOYEES.BRANCH
FROM EMPLOYEES
WHERE (((IIf((EMPLOYEES.BRANCH) Is Null,EMPLOYEES.BRANCH Like
"*",(EMPLOYEES.BRANCH)=Forms![REBORE INQUIRY]!BRANCH))<>False));
I have a couple combo boxes on a form. One for "branch" and one for
"employee"
I want the employee combo box to show the possible employee's at the branch
a user chooses, however if they don't choose a branch I want it to show all
employee's names. help?
Thanks in advance.
Zach
SELECT EMPLOYEES.EMPLOYEE, EMPLOYEES.BRANCH
FROM EMPLOYEES
WHERE (((IIf((EMPLOYEES.BRANCH) Is Null,EMPLOYEES.BRANCH Like
"*",(EMPLOYEES.BRANCH)=Forms![REBORE INQUIRY]!BRANCH))<>False));
I have a couple combo boxes on a form. One for "branch" and one for
"employee"
I want the employee combo box to show the possible employee's at the branch
a user chooses, however if they don't choose a branch I want it to show all
employee's names. help?
Thanks in advance.
Zach