Add a column to table from another table

Z

ZBC

I have a table I wish to modify by adding a '#' field so that I can then
relate it to other tables which contain a '#' field.
The table ... I will call it Table1, currently has a 'name' field but no
'#' field.
I eventually want to delete the 'name' field from table1.
I have another table which carries the unique relationship between
'name' and '#" ... I will call it Table2.
How can I use Table2 to add the '#' field to Table1? ...
'Name' and '#' currently have a one for one relationship.
 

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