giraffebaby
New member
- Local time
- Today, 00:54
- Joined
- Mar 15, 2006
- Messages
- 5
Is it possible to put an IF function onto an access form.
What I am actually trying to achieve is the following:-
I have an "expiry date" in one field on the form and next door to this on the form if this date is actually expired I want to return the value EXPIRED and if it is in date return the value VALID.
I have tried putting in IF((Expiry Date) <NOW(),"Expired",Valid") - but it only returns the message NAME?
What am i doing wrong?
What I am actually trying to achieve is the following:-
I have an "expiry date" in one field on the form and next door to this on the form if this date is actually expired I want to return the value EXPIRED and if it is in date return the value VALID.
I have tried putting in IF((Expiry Date) <NOW(),"Expired",Valid") - but it only returns the message NAME?
What am i doing wrong?