- Mar 13, 2007
- 1,100
- 0
- 76
So I have two Dates the [Interview Date] and Intake Date. I need a way of comparing two dates so our little clinic can see the progress of people after 1-4, 5-8, 9-12, and 12+ months. So I need something like this, for a function in access
if ([Interview Date]- 4 Months) =< ([Intake Date])
1-4 Months
if ([Interview Date]- 8 Months) =< ([Intake Date]) and <= ([interview Date] - 4 Months)
5-8 Months
if ([Interview Date]- 12 Months) =< [Intake Date] and <= ([interview Date] - 8 Months) 9-12 Months
if ([Interview Date]-12 Months) < ([Intake Date])
12+
Anyways I have no idea how to do deal with dates like this, im not sure if there is any reasonable way to do it.
if ([Interview Date]- 4 Months) =< ([Intake Date])
1-4 Months
if ([Interview Date]- 8 Months) =< ([Intake Date]) and <= ([interview Date] - 4 Months)
5-8 Months
if ([Interview Date]- 12 Months) =< [Intake Date] and <= ([interview Date] - 8 Months) 9-12 Months
if ([Interview Date]-12 Months) < ([Intake Date])
12+
Anyways I have no idea how to do deal with dates like this, im not sure if there is any reasonable way to do it.
