D
David Whitaker
I have got 2 tables that I am using a relationship of one to many on.
Problem
How would you assign an existing record of the many side to another record
on the one side
example
if you had in table1 in the fruits field
Turnips
which had multiple entries associated from table2 like
bushel
peck
quart
how would you move 1 of the 3 items from table2 without changing the others
to another record in fruits in table1?
Like
Turnips
bushel
peck
Oranges
quart
Confusing Day???
Problem
How would you assign an existing record of the many side to another record
on the one side
example
if you had in table1 in the fruits field
Turnips
which had multiple entries associated from table2 like
bushel
peck
quart
how would you move 1 of the 3 items from table2 without changing the others
to another record in fruits in table1?
Like
Turnips
bushel
peck
Oranges
quart
Confusing Day???