Hi, I am new to access so I will start slow..
I need someone to look at a report that get generated at my work every
week. Its in excel but its formated for viewing not for data
extraction...
The report can have several hundred lines of info per project and there
are 400 projects that need to be stored.
What I need is for someone to look at the report and see if it can be
imported somehow...
anyone interested?? I can send an excel file with some example
reports...
Well... the first thing to realize is that Access is not "a bigger
Excel". IT IS VERY DIFFERENT. Excel is a spreadsheet, the best of that
genre; Access is a relational database. The entire logic of these two
different kinds of program is different.
For one thing, there are only minor differences between data storage
and data display in Excel; in Access, these are very much separate.
Your Access Tables should contain only the "base data", no expressions
or calculations. Expressions and calculations should be done in
Queries; and finally, a Report will be based on a Query, and will
allow further calculations (such as subtotals and grand totals).
Importing an Excel Report into an Access Table is simply the wrong way
to go, and will guarantee frustration and a bad result. Instead, you
need to come up with a logical, normalized table design (with a
400-row table of Projects, a thousands-of-rows table of info about
projects, etc.) and populate this table (somehow) from the data in
your Excel spreadsheets. Then you'll need to build Queries to link the
data in the tables, and finally a Report to display the information in
the same appearance as the Excel report. The final product will look
the same but the underlying logic will - of necessity - be very
different.
Actually doing all of this for you would be well beyond what's
reasonable for a free peer-support newsgroup, but we'll be glad to
help you move in the direction you need to go.
John W. Vinson[MVP]