One way could be to use ODBC Link Tables in MS Access MDB file.
Link Teradata tables in MS Access
Create a query in MS Access for Insert/Select using Teradata table as sources and MS Access Table as target. Test it, if it works as you want. Just create similar queries for all desire tables to double click once every month
You can also then write a VBA routien to execute all 30 queries in a particular sequence. In that case you would just need to run that VBA routien once in a month and all 30 tables will be populated.
One way could be to use ODBC Link Tables in MS Access MDB file.
Link Teradata tables in MS Access
Create a query in MS Access for Insert/Select using Teradata table as sources and MS Access Table as target. Test it, if it works as you want. Just create similar queries for all desire tables to double click once every month
You can also then write a VBA routien to execute all 30 queries in a particular sequence. In that case you would just need to run that VBA routien once in a month and all 30 tables will be populated.
Let me know if it is not clear.