R
Rod
How can I write multiple conditions on access97!
I am trying to get a function F(X,Y,Z)as variants
where they are all dates!
What I need is something like: Function is equal
to "formula" only if two conditions are met:
IF((Y = Z) AND ((Month(X)) < (Month(Z))),(F = CDate((Month
(X)) & "/" & Day(X) & "/" & (Year(Z) + 1))),0),0))
Any help will be appreciatted
I am trying to get a function F(X,Y,Z)as variants
where they are all dates!
What I need is something like: Function is equal
to "formula" only if two conditions are met:
IF((Y = Z) AND ((Month(X)) < (Month(Z))),(F = CDate((Month
(X)) & "/" & Day(X) & "/" & (Year(Z) + 1))),0),0))
Any help will be appreciatted