merging databases

E

elbudda

I am using ACCESS 2000 and am trying to merge two
dissimalar databases. I basically cut and pasted the
fields from both databases into a new database and then
tried to replcate the tables for the new DB to draw
from. But it will not accept the new table.

I may have the concept all wrong. Where does the DB form
get its data from? Is it not a table?
 
J

John Vinson

I am using ACCESS 2000 and am trying to merge two
dissimalar databases. I basically cut and pasted the
fields from both databases into a new database and then
tried to replcate the tables for the new DB to draw
from. But it will not accept the new table.

I may have the concept all wrong. Where does the DB form
get its data from? Is it not a table?

It can be a table, but it's more typically a Query.

Tables should be designed first, using the principles of database
normalization; designing a table to fit the appearance of a form
(paper or computer form) is the wrong way about and will certainly get
you in trouble!

You then create Queries to select records and fields from the table or
tables.

Finally you create Forms and use the queries (or, occasionally, a
table) as the Recordsource for the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top