Forum Discussion
DarkCoolCat
Aug 25, 2022Copper Contributor
Display pictures on a form from multiple tables?
I have multiple tables with item names and a picture for them what i want on a Single form. I created my main Form from my master table, I can add item names in a text box on this Form from various ...
arnel_gp
Aug 26, 2022Steel Contributor
use Query instead of Dlookup.
on the query you join your table to your master table (on common field that you use to dlookup).
then include in the output column the image field from the master table.
on the query you join your table to your master table (on common field that you use to dlookup).
then include in the output column the image field from the master table.