duplicate column from one table to the next

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you please help me to duplicate one column, (let's say NAMES) from one
table to automatically appear in the other table i am creating without
retying it.
 
Hi, Albina.

I think the easiest way is to duplicate the entire table, and then delete
the unwanted fields.

HTH
Sprinks
 
Albina said:
Can you please help me to duplicate one column, (let's say NAMES)
from one table to automatically appear in the other table i am
creating without retying it.

You don't want to copy the names. You form a relationship between the
tables so in a query, form or report you can use the names from the first
table as if they were in the second without copying them storing them etc
and you will avoid the problems that will happen if someone changes their
name (like gets married) or corrects a spelling etc and Access will work
better.
 
thanks, that's what i thought but was just wondering if there is a better way
 

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

Back
Top