I have Table A, which has a field Containers. Containers can have multiple entries from linked table Container.
Table B has a field linked to Table A, and a field Used Containers that can have multiple entries from linked table Container.
When I’m in Table B, and I select an entry from Table A, I want to populate Used Containers with the values from Table A Containers field.
Is this possible?
Thank you.