sdcagle Posted May 18, 2009 Posted May 18, 2009 This is most likely easy but.... I have three dates fields for our school's immunization records, DPT, DT & Tdap. I need a field that evaluates those three fields and is filled with the latest date. Currently I use the following calculation to evaluate two fields: If(Max (mr_DPT) > Max (mr_DT); Max (mr_DPT); Max (mr_DT)) Thanks, Scott
LaRetta Posted May 18, 2009 Posted May 18, 2009 You are close, Scott. You can easily find the latest date with: Max ( mr_DPT ; mr_DT ; Tdap ) Make the result of the calculation type date.
sdcagle Posted May 18, 2009 Author Posted May 18, 2009 Thanks, LaRetta. I figured I was over-thinking. That works great. I appreciate the quick response. Cheers.
Recommended Posts
This topic is 5727 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