I need to create a database use access that the access can update the database based on a schedule, like daily.
For example, in the table there are several columns, and each column stands for a meter point, and in real world, each meter will have a reading every 5 mins. Now the database consists of all the readings till yesterday 11:55pm, by right, tomorrow for example at 8am, the database will update the readings till tonight 11:55pm, today's readings will be placed right after below yesterday 11:55pm row in the same table. The data source will be generated in CSV file every day 8am and put into a specific folder. What I need to do is to update them into this database.
As I'm new to MS access, I wonder anyone has any idea about how to implement this and thus I can have something to refer to study. Really thanks for your help.