Hi @ShadyCheech
There are two options you could try:
1. Identify the field/column type of B and A. Go to Developer's table and, for all columns of the same column type, check if any columns have any dependencies to see if you can pinpoint which column has it between the two tables in question.
2. You'd need to go to Classic UI. In Classic UI, depending on whether it is 1:n or n:1 relationship, you'd need to go to the appropriate relationship (model driven app settings -> Advanced Settings -> Customizations -> Customize this System-> Entities-> Case -> '1:N'/'N:1' Relationships -> 'DevTable_YourTable'/'YourTable_DevTable' -> double-click to open) and, in the pop-up window that comes, click on 'Mappings' in the left side navigation pane. On the right side, you'd see the fields that are mapped. I suspect this field of yours will be visible there.
To give you an idea how it'd look like, here are a couple of screenshots I got from old posts:


Post: Re: Copy lookup value from Parent entity Main Form... - Power Platform Community (microsoft.com)
I hope this information helps:
Kind regards
Gulshan
Please give it a thumbs up 👍🏻 if you appreciate my efforts.
If my answer helped you resolve your issue then please also mark it as a solution ✅ so that it helps others experiencing the same problem.