G
Guest
I recieve a number of unrelated tables from the internet which are usually
updated monthly or quarterly, and which i copy and paste into excel. These
tables typically have the date as row headings and various different 'items'
as column headings (ie. workplace absences per month in Canada, Ontario,
etc).
I also have an Access database with a main data table in this form: ID
(autonumber field), KEY (abbreviation for 'item' name, ie. ABS_CAN for
absences in canada), DATE, and VALUE (the number).
At present, I have to manually convert these excel files into the form
appropriate for the database, and then copy and paste them in, which is
time-consuming and annoying. Furthermore, this creates more annoying
updating hassle's - Access crosstab queries to look like the excel tables
cannot be updated. My central problem is the different table styles.
From what I see here, you can 'link' tables. How do you do this? Would it
work for me? Would writing some macro automate the import of the data from
excel, the reformation of it into a four field format, and the appending of
it onto the main data table in order to update my tables?
Any suggestions would be greatly appreciated...
updated monthly or quarterly, and which i copy and paste into excel. These
tables typically have the date as row headings and various different 'items'
as column headings (ie. workplace absences per month in Canada, Ontario,
etc).
I also have an Access database with a main data table in this form: ID
(autonumber field), KEY (abbreviation for 'item' name, ie. ABS_CAN for
absences in canada), DATE, and VALUE (the number).
At present, I have to manually convert these excel files into the form
appropriate for the database, and then copy and paste them in, which is
time-consuming and annoying. Furthermore, this creates more annoying
updating hassle's - Access crosstab queries to look like the excel tables
cannot be updated. My central problem is the different table styles.
From what I see here, you can 'link' tables. How do you do this? Would it
work for me? Would writing some macro automate the import of the data from
excel, the reformation of it into a four field format, and the appending of
it onto the main data table in order to update my tables?
Any suggestions would be greatly appreciated...