Sorry, I'm afraid the answer is no, there is no quick and painless way to do
it. The analyzer is, unfortunately, completely useless, don't waste your
time with it.
The only solution, in my experience, is to create the new schema and then
write a bunch of append queries to copy the data from the old schema into
the new one. Because of the amount of work involved in a) transferring the
data and b) modifying queries, forms, reports and code to recognize the new
schema, I've often had to do this kind of job in several stages, rather than
trying to fix everything at once.

Signature
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
>I have acquired the wonderful task of redesigning a database that has been
>in
[quoted text clipped - 45 lines]
> Category for review
> Reason for review
Melvis - 29 Sep 2004 17:57 GMT
Thanks a bunch for the insight. One question if you get notified of replies:
I think we might go with a whole new database schema design, as well as new
queries, forms, reports, etc. All I would need to do would be to import the
data into the new schema. I have never used append queries. Where is a good
place to get information on them in regards to my problem?
> Sorry, I'm afraid the answer is no, there is no quick and painless way to do
> it. The analyzer is, unfortunately, completely useless, don't waste your
[quoted text clipped - 56 lines]
> > Category for review
> > Reason for review
Brendan Reynolds - 29 Sep 2004 18:10 GMT
There isn't really a whole lot to learn about append queries. Apart from the
fact that they append data from one table (or query) to another table (or
query) they are queries like any other. You design them in the same way as a
select query, except that in query design view you select Append Query from
the Query menu. You'll be prompted for the name of the table you want to
append to, and then an "Append To" row will be added to the query design
grid. You use this new row to specify which fields in the source table (or
calculated columns in the query) get appended to which fields in the target
table.

Signature
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
> Thanks a bunch for the insight. One question if you get notified of
> replies:
[quoted text clipped - 75 lines]
>> > Category for review
>> > Reason for review
Melvis - 29 Sep 2004 18:27 GMT
Cool. Thanks a million!
> There isn't really a whole lot to learn about append queries. Apart from the
> fact that they append data from one table (or query) to another table (or
[quoted text clipped - 85 lines]
> >> > Category for review
> >> > Reason for review