S
|
sunnynayak author 10/27/2010 |
I have a Table employeeInformation of which i am using empID as a Link and Display Field for Lookup. I also have two more fields active and inTraining which are Yes/No Fields. I want to write an expression which will only show empID WHERE active=Yes and inTraining=Yes Tried "active=Yes" & "inTraining=Yes" but does not work for me.
"active=Yes" and "inTraining=Yes" |