You're completely misunderstanding how relationships work.
Creating a relationship between two tables DOES NOT "transfer" any
data from one table to the other! That's not what relationships are
for.
If you want to see data from TableA in conjunction with related
records from TableB, you would *CREATE A NEW QUERY* joining TableA to
TableB. You can then select some fields from TableA, other fields from
TableB, and see them together.
It is neither necessary nor appropriate to "transfer" the data from
TableA into TableB. If you're assuming that you must have all the data
in one table in order to view it or report it, reset your assumption
because it's *wrong*.
John W. Vinson[MVP]
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.