I'm adding records into employee table. Where new employee is engineer he gets a degree "4" (calculated field).
If new employee architect , het gets "5" , e.t.c..
There are many IIfs..
I can make one condition expression , as shown, however I have more than 10 conditions.
I do prefer to build them as a nested IIF statement in VBA.
What's the right way to do that?
Managing Dynamic Emails in EMailDatabaseObject
I have a query that alerting once an employee has a birthday.
Now I wish that "..wishes" report will be sent to that employee.
I can put in AutoExec only static email , a@b.com but not relevant employee email from a table..
I took your solution , however when I was trying to add DegreeDate column the output was changed.
Apparently I was missing to add "Max" also to that column.
Having a table DegreeDate
Fields are : ID, DegreeDate, Degree.
Each ID may have more than one degree.
Wish to build a query that shows only those whose degree is 50.
If same ID has higher degree he will not be shown.
Will appreciate your help..