if statement with two conditions

Joined
Jul 13, 2010
Messages
1
Reaction score
0
I want to write an if statement testing two conditions.

In particular I want to say:
if date 1<DATE OR date 2<DATE
then field 4 = xx
else field 4 = yy

How can I write that in access (SQL)?

Thanks,
 
Back
Top