G
Guest
I have a join with several tables. I want the resultant "records" all to have an identical value attached. I wrote
Select "Mark R" as Testname and of course every resultant record has "Mark R" attached. But what if I want the user to be able to change "Mark R" to "Sam K". I would want a table with a single record with a single field containing the name
But how do you do the join? All the other tables have Auto ID as a key and there are hundreds of records. This "name" table has a single record with no relevant key. Do I use Union? Do I do a Union after the multi-join? Is there a place on the web I can read about it and see examples.
Select "Mark R" as Testname and of course every resultant record has "Mark R" attached. But what if I want the user to be able to change "Mark R" to "Sam K". I would want a table with a single record with a single field containing the name
But how do you do the join? All the other tables have Auto ID as a key and there are hundreds of records. This "name" table has a single record with no relevant key. Do I use Union? Do I do a Union after the multi-join? Is there a place on the web I can read about it and see examples.