T
tonyrulesyall
I am using a software package that exports into Microsoft Access
2002 (also with Windows XP Professional).
The issue that I am having is that the data is exported into
a "flat file" format. For example the data looks like this:
ID First name Last Name City Charges
01 John Doe Boston $11.20
01 John Doe Boston $99.99
01 John Doe Boston $55.99
02 Jane Smith Houston $11.88
02 Jane Smith Houston $88.99
The data is superhuge. Just imagine screen after screen
with user charges, repeated city names, etc.
The data does not seem to be a good fit (the database file
is about a gigabyte plus). Since the data is not relational,
it takes a long time to run. (I believe the person who set it
up before me clocked it at 2 hours just to run a report.)
Can Access break down the tables into relational ones?
For example, extract the raw data and make a city table
(ex. one time "Boston" shows up, one time "Houston" shows up, etc.) I
would like all the data to link up in a one-to-one or one-to-
many connection on it's own, so I don't have to worry about
data integrity. Human error is a real issue here because of
all the data and one mistake could make reports worthless.
These reports will be likely on a weekly basis, so I would
like this to be as user friendly as possible (since it is going
to be done many times). Automation with macros would also
be a big plus (if you could give ideas how I would go about doing
this).
Any ideas? If you could walk me through step by step, I'd really
appreciate it.
Thanks!
2002 (also with Windows XP Professional).
The issue that I am having is that the data is exported into
a "flat file" format. For example the data looks like this:
ID First name Last Name City Charges
01 John Doe Boston $11.20
01 John Doe Boston $99.99
01 John Doe Boston $55.99
02 Jane Smith Houston $11.88
02 Jane Smith Houston $88.99
The data is superhuge. Just imagine screen after screen
with user charges, repeated city names, etc.
The data does not seem to be a good fit (the database file
is about a gigabyte plus). Since the data is not relational,
it takes a long time to run. (I believe the person who set it
up before me clocked it at 2 hours just to run a report.)
Can Access break down the tables into relational ones?
For example, extract the raw data and make a city table
(ex. one time "Boston" shows up, one time "Houston" shows up, etc.) I
would like all the data to link up in a one-to-one or one-to-
many connection on it's own, so I don't have to worry about
data integrity. Human error is a real issue here because of
all the data and one mistake could make reports worthless.
These reports will be likely on a weekly basis, so I would
like this to be as user friendly as possible (since it is going
to be done many times). Automation with macros would also
be a big plus (if you could give ideas how I would go about doing
this).
Any ideas? If you could walk me through step by step, I'd really
appreciate it.
Thanks!