UnsolvedCoding
Technical User
I am having a problem on how to pick out specific date in an Access table that gets transfered to an Excel worksheet.
The master table in Access is complied from several tables and has a field called Season. The information in the master table needs to be transfered to Excel by each change in season. Since new seasons are added regularly, the table needs to be exported to Excel by season without the user needing to create new code, reports or queries.
Right now I can get it to export to the various worksheets as needed but can't figure out how to export for a specific season without writting a crap load of queries and needing to add a query each time a new season is added.
I have a query written to identify seasons as they go into the master table, but need something to capture each season for a transfer to Excel.
Any ideas?
The master table in Access is complied from several tables and has a field called Season. The information in the master table needs to be transfered to Excel by each change in season. Since new seasons are added regularly, the table needs to be exported to Excel by season without the user needing to create new code, reports or queries.
Right now I can get it to export to the various worksheets as needed but can't figure out how to export for a specific season without writting a crap load of queries and needing to add a query each time a new season is added.
I have a query written to identify seasons as they go into the master table, but need something to capture each season for a transfer to Excel.
Any ideas?