Copy table from one backend to another ?

S

SpookiePower

I maintaining a database at work, and sometimes I make some
updates and new functions to the database. I have spilt the database
so that I just can overwrite the frontend at work, when I have made
some updates from home. I have now added a new table to the database
and now want to put this table into the backend at work. But I can't
just overwrite the backend at work, with the new backend. Is it some
how possible to copy the table from one backend to another backend,
or do I have to manually make the new table - again, with all it data ?
 
J

Joseph Meehan

SpookiePower said:
I maintaining a database at work, and sometimes I make some
updates and new functions to the database. I have spilt the database
so that I just can overwrite the frontend at work, when I have made
some updates from home. I have now added a new table to the database
and now want to put this table into the backend at work. But I can't
just overwrite the backend at work, with the new backend. Is it some
how possible to copy the table from one backend to another backend,
or do I have to manually make the new table - again, with all it data
?

From the back end you wish to add the table to:

Top line menu:

File
Get external data
Import

Select the database and then click on the table tab and select the
table(s) you want.
 
J

Joseph Meehan

SpookiePower said:
I maintaining a database at work, and sometimes I make some
updates and new functions to the database. I have spilt the database
so that I just can overwrite the frontend at work, when I have made
some updates from home. I have now added a new table to the database
and now want to put this table into the backend at work. But I can't
just overwrite the backend at work, with the new backend. Is it some
how possible to copy the table from one backend to another backend,
or do I have to manually make the new table - again, with all it data
?

From the back end you wish to add the table to:

Top line menu:

File
Get external data
Import

Select the database and then click on the table tab and select the
table(s) you want.
 

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