"mttmwsn" <mttmwsn.@gmail.com> wrote in message
news

74Vi.34941$(E-Mail Removed)...
>I used
> Table Tools --> Database Tools --> Analyze Table
> to eliminate redundant data. This split my main table into two tables.
> But the savings are not great and now I want to bring the data back into
> the same table.
>
> Can I do this in Access, or do I need to use VB?
Just build a query that joins the tables back together. When you open that
query, the data will appear as if the data was one table like before you
split.
You can even edit, or export that table.......
In fact, if memory serves me correct, the analyzer usually makes a query for
you that looks exactly like the data before you split it...so, just use that
query.
You don't need code or anything else...just that query.....
The concept of "joining" the data using a query is the VERY essence of a
relational database...
That resulting query will look like ONE TABLE that can be edited, or
exported. It will *look* like one table, but in fact be two talbes joined.
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)