In an every more frustrating attempt at something more complex than I think I can actually do with my limited knowledge, I'm trying to find ways around my lack of ability.
So..... Is there a way to set up a make table (Select into) query that can create a table the data based on a date range.
For instance, the form pulls a start date and and end date, and make table query will create data for each year in the range.
So if it is [Start_Date] as 2000 and [End_date] as 2010 it will create a table with the Report_Year row populated with 2000 2001 2002, etc...
I think if I can get that to run I can work around my other issues with this.
So..... Is there a way to set up a make table (Select into) query that can create a table the data based on a date range.
For instance, the form pulls a start date and and end date, and make table query will create data for each year in the range.
So if it is [Start_Date] as 2000 and [End_date] as 2010 it will create a table with the Report_Year row populated with 2000 2001 2002, etc...
I think if I can get that to run I can work around my other issues with this.