atadbitslow
Programmer
I have a report that is to be used to display 1 of 3 periods in 3 consecutive years. There are 3 periods per year, 1,2,3 and the user will choose which period from an option box on a form, and then enter the starting year in a text box. So if a user selects period 2, and starting year 1999, I need data for 1999-2, 2000-2, 2001-2 on the report. (I have a field called app_period in the report's recordsource query that will need the 1999-2, 2000-2, 2001-2 to be in the criteria.)
How can I translate the user's entries correctly into the recordsource query?
Thanks!
How can I translate the user's entries correctly into the recordsource query?
Thanks!