Good day.
I have a table (tblTeams) with a list of teams in column 1. The second column is an image attachment for each team called "Logo".
In a subform (PlayerStats <--- this is the "name" of the control; the subform is called "subfrmPlayerStats"), the image attachment is displayed based on what a combo box (column 1 of above table) in the same subform displays. It works perfectly. However, I want this image to be displayed on the main form (frmPlayerInfo) but keep the combo box in the subform. I tried copy and pasting the image control to the main form and changing the control source to =[PlayerStats].[Form]![Logo] but this does not work.
Any ideas? Thanks for any help in advance.