P
Penntellect
The problem I'm trying to resolve has to do with formatting and tables linked
ot Excel files. I know that I can write queries to format all of the data
the way that I want it, but this would lead to a loss of data integrity and
redundancy within my database. Besides, this is a HUGE database, and I
don't need it to be any bigger than it has to be...
I would like to link row data which has been manually input into about 100
Excel files on a weekly basis. I have ensured that all of the 100 files have
the exact same column format as each other. The first column contains a
string of numbers, but is formatted in Excel as "text." When I attempt to
establish linked tables in Access 2000, the fields link as a variety of text
and numeric strings, depending on which table you review-but never is it
consistent from table to table.
At this point, I don't know what would be better: trying to figure out the
Visual Basic (i've actually had pretty good success with a minimal amount of
hassling our tech guys) code to import the worksheet into one central file,
and then importing it; or battling the issue of inconsistent formats in
Access. Am I just overlooking something simple? I'm not a newbie to Access
design, but this is an area where I have always had trouble.
ot Excel files. I know that I can write queries to format all of the data
the way that I want it, but this would lead to a loss of data integrity and
redundancy within my database. Besides, this is a HUGE database, and I
don't need it to be any bigger than it has to be...
I would like to link row data which has been manually input into about 100
Excel files on a weekly basis. I have ensured that all of the 100 files have
the exact same column format as each other. The first column contains a
string of numbers, but is formatted in Excel as "text." When I attempt to
establish linked tables in Access 2000, the fields link as a variety of text
and numeric strings, depending on which table you review-but never is it
consistent from table to table.
At this point, I don't know what would be better: trying to figure out the
Visual Basic (i've actually had pretty good success with a minimal amount of
hassling our tech guys) code to import the worksheet into one central file,
and then importing it; or battling the issue of inconsistent formats in
Access. Am I just overlooking something simple? I'm not a newbie to Access
design, but this is an area where I have always had trouble.