recreate database - John Vinson |
23-Nov-06 05:06:35
|
On Wed, 22 Nov 2006 22:58:04 -0800, "Mark G." <askmefirst@comcast.net>
The first thing to realize is that Access and Excel are VERY DIFFERENT
PROGRAMS. Access is *not* a bigger and better version of Excel!
You'll almost surely need to do a pretty thorough redesign. The first
step will be to "normalize" your table structure (see the links below,
especially the Database Design 101 links in Jeff's page). Cell
references will need to all be replaced with Queries joining tables;
Forms will need to be rebuilt from scratch; calculated fields will
need to be moved out of Tables ("sheets") and into Queries, just for a
few examples. It's not trivial, but from the sound of it it's a good
way to go nonetheless.
Jeff Conrad's resources page:
http://home.bendbroadband.com/conradsystems/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
John W. Vinson[MVP] |
 |
| |
recreate database - Mark G. |
25-Nov-06 01:59:22
|
I know a lot more about excel than I do access but feel that access is the
way to go with this. With that said, can anyone recommend any step by step
procedures specifically for this? See, I noticed that there is an import and
export function for both functions and it does work to a degree, but some
things do not stick and as mentioned, with some things, you pretty much got
to redo it. The links are pretty helpful and insightful, thanks for them. |
 |
| |