J
Jabberwocky
I'm setting up a new database with access 97. It will include several
daily extract files (excel format) from several old mainframe
machines.
I have several ideas on how to do this, but none of them address the
repetition of data in fields that could be referenced on another
table. If I make reference tables, It decreases the data size
significantly, but doesn't import the next day's excel file well.
some background:
there are 7000 unique client numbers, names, diagnoses, and other
identifying information (2mb per extract).
Each day I will receive an excel file that is nearly identical: it is
the changes I want to notice -- names added, diagnoses changed. On
another table, I will also receive a similar extract file listing
medication, doses, etc for these patients (and others that will be
filtered out) -- it's a utilization management task.
I have set up a macro to append a single table and include the date of
the dump as a field so that we can look at trends over time. -- this
solution will reach the 1 gb capacity in about 500 days. This is O.K.
if I start fresh each year, but doesn't seem very elegant.
I am considering learning SQL to address the capacity problem. What
i'm most confused about is how to add these daily extract files and
keep the database small.
Please forgive my poor use of terminology. I'm new to access, and
have no formal computer training. I would be grateful for any
suggestion. Books to read, alternate software, etc.
daily extract files (excel format) from several old mainframe
machines.
I have several ideas on how to do this, but none of them address the
repetition of data in fields that could be referenced on another
table. If I make reference tables, It decreases the data size
significantly, but doesn't import the next day's excel file well.
some background:
there are 7000 unique client numbers, names, diagnoses, and other
identifying information (2mb per extract).
Each day I will receive an excel file that is nearly identical: it is
the changes I want to notice -- names added, diagnoses changed. On
another table, I will also receive a similar extract file listing
medication, doses, etc for these patients (and others that will be
filtered out) -- it's a utilization management task.
I have set up a macro to append a single table and include the date of
the dump as a field so that we can look at trends over time. -- this
solution will reach the 1 gb capacity in about 500 days. This is O.K.
if I start fresh each year, but doesn't seem very elegant.
I am considering learning SQL to address the capacity problem. What
i'm most confused about is how to add these daily extract files and
keep the database small.
Please forgive my poor use of terminology. I'm new to access, and
have no formal computer training. I would be grateful for any
suggestion. Books to read, alternate software, etc.