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.
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.