Hey everyone, access is totally new for me so... 
I have the following "Students" table
With columns name, surname, adviseTeacher1, adviseTeacher2, adviseTeacher3, decision, decisionDate
I would like to make a query that compares the advise of the 3 Teachers and if all of them are "positive" then the decision should be updated to positive and the date on the day of today. If one of the advises is "negative" then the decision should be put on "stand-by", again data = date today; and if all advises are negative then ofcourse the decision should be "negative" and again decisionDate = date of today.
Any help is much appreciated!
Thanks,
Timmy

I have the following "Students" table
With columns name, surname, adviseTeacher1, adviseTeacher2, adviseTeacher3, decision, decisionDate
I would like to make a query that compares the advise of the 3 Teachers and if all of them are "positive" then the decision should be updated to positive and the date on the day of today. If one of the advises is "negative" then the decision should be put on "stand-by", again data = date today; and if all advises are negative then ofcourse the decision should be "negative" and again decisionDate = date of today.
Any help is much appreciated!
Thanks,
Timmy