Z
ZBC
I have a table (Table1) that I want to add a '#' field.
Table1 has a 'name' field but no '#' field.
I eventually want to delete the 'name' field from table1 and use the '#'
field for relationships..
I have another table (Table2) which carries a one to one unique
relationship between 'name' and '#".
Can I use a query and Table2 to add the '#' field to Table1?
Table1 has a 'name' field but no '#' field.
I eventually want to delete the 'name' field from table1 and use the '#'
field for relationships..
I have another table (Table2) which carries a one to one unique
relationship between 'name' and '#".
Can I use a query and Table2 to add the '#' field to Table1?