I have recently been assigned a project from my work and I am looking for some opinions on the best way to setup a new database.
I am not completely new to using access and have created several system that are used in my company on daily basis.
New project outline:
At present we receive an email every sunday evening from about 39 stores in the uk in a csv file, the information is collected from a third party software at each of the stores which counts how many visitors there are each day through each door in the store (this is recorded in 15min intervals). However not all stores have the same amount of doors, so some fields in csv differ from site to site.
The csv files are also named differently every week such as "S011 Glasgow to 01-03-2012 09.31.45" or "S013 Edinburgh to 01-03-2012 09.31.45" (you get the idea) as you can see it shows the store and the date the information sent was collected to.
Should I
A: create a different table for each store
B: create 1 table for all stores however there is no unique data in csv file i can use to match to another record in the database.
The general idea of the data base is to collate weekly figures of each store - generating a report every monday morning.
I have attached a copy of one of the csv files just incase you want to have a look.
Is it also possible to automate the import of all csv files in one go or will they need to be done individually as the csv filename changes every week
Thanks again
I am not completely new to using access and have created several system that are used in my company on daily basis.
New project outline:
At present we receive an email every sunday evening from about 39 stores in the uk in a csv file, the information is collected from a third party software at each of the stores which counts how many visitors there are each day through each door in the store (this is recorded in 15min intervals). However not all stores have the same amount of doors, so some fields in csv differ from site to site.
The csv files are also named differently every week such as "S011 Glasgow to 01-03-2012 09.31.45" or "S013 Edinburgh to 01-03-2012 09.31.45" (you get the idea) as you can see it shows the store and the date the information sent was collected to.
Should I
A: create a different table for each store
B: create 1 table for all stores however there is no unique data in csv file i can use to match to another record in the database.
The general idea of the data base is to collate weekly figures of each store - generating a report every monday morning.
I have attached a copy of one of the csv files just incase you want to have a look.
Is it also possible to automate the import of all csv files in one go or will they need to be done individually as the csv filename changes every week
Thanks again