teresamichele
Registered User.
- Local time
- Today, 00:19
- Joined
- Oct 18, 2010
- Messages
- 13
Hi! I'm trying to do something fairly straight-forward, I think, but I've hit a wall. I'm using Access 2007 to create a form for project entry.
My form has a date logged, a date due, and a Priority field.
I figured out DateDiff so that it will tell me the difference between date logged and date due - I entered that as the control source for the text box for Priority. What I'm trying to do NOW is instead of "30" popping up in the "Priority" field, have the letter code A show up.
Is there a way to nest the DateDiff function in an IIf function so that I can just put the whole thing as the control source for that box or am I making things overly complicated?
Any help would be appreciated!
Teresa
My form has a date logged, a date due, and a Priority field.
I figured out DateDiff so that it will tell me the difference between date logged and date due - I entered that as the control source for the text box for Priority. What I'm trying to do NOW is instead of "30" popping up in the "Priority" field, have the letter code A show up.
Is there a way to nest the DateDiff function in an IIf function so that I can just put the whole thing as the control source for that box or am I making things overly complicated?
Any help would be appreciated!

Teresa