S
Sweeds
Is it possible to create a query to run behind the scenes and do this?
I have a form and I would like the user to pick the year, and then
they have a drop down that contains the quarters (Q1, Q2, Q3, or Q4).
Based on the year they pick and the quarter, it puts the correct dates
in the box.
Example, I choose 2008 and Q2 - it auto populates April 1, 2008 into
one box and June 30, 2008 into the other.
Pick the Year: [2008]
Pick the Quarter: [Q2]
***************** *****************
* 04/01/2008 * * 06/30/2008 *
***************** *****************
I figured this is a query question.
I have a form and I would like the user to pick the year, and then
they have a drop down that contains the quarters (Q1, Q2, Q3, or Q4).
Based on the year they pick and the quarter, it puts the correct dates
in the box.
Example, I choose 2008 and Q2 - it auto populates April 1, 2008 into
one box and June 30, 2008 into the other.
Pick the Year: [2008]
Pick the Quarter: [Q2]
***************** *****************
* 04/01/2008 * * 06/30/2008 *
***************** *****************
I figured this is a query question.