S
Stephanie
Hi. Boy, am I Access-rusty!
I have a field: [LoggedMonth] that has values 1-12
I want to convert to quarters where:
[LoggedMonth] in (1,2,3) = Q1
[LoggedMonth] in (4,5,6) = Q2
[LoggedMonth] in (7,8,9) = Q3
[LoggedMonth] in (10,11,12) = Q4
I want to have a form that allow users to select from Q1, Q2, Q3, Q4
I would appreciate advice in how to "covert" to quarter.
Thanks,
Stephanie
I have a field: [LoggedMonth] that has values 1-12
I want to convert to quarters where:
[LoggedMonth] in (1,2,3) = Q1
[LoggedMonth] in (4,5,6) = Q2
[LoggedMonth] in (7,8,9) = Q3
[LoggedMonth] in (10,11,12) = Q4
I want to have a form that allow users to select from Q1, Q2, Q3, Q4
I would appreciate advice in how to "covert" to quarter.
Thanks,
Stephanie