Newbies Skat Posted January 16, 2002 Newbies Posted January 16, 2002 I am trying to make a field where the text in it tells me wether the date of something came before or after a certain point of time. Eg. If the date = before dd/mm/yy the text in the box displays Pre If the Date = after dd/mm/yy the text in the box displays post What are the calculations I would use? Any input is muchy appreciated
bobsmith Posted January 16, 2002 Posted January 16, 2002 Case(date< dd/mm/yy,"Pre","Post" Where date is your field and dd/mm/yy is a set date such as 15/01/2002.
Recommended Posts
This topic is 8454 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now