I am not sure exactly how to describe what I am trying to do, but I am totally stuck.
I have a database for a food service company. There are only two tables: 1.)recipe table 2.)weekly menu table.
The recipe table has the following fields:
ID
RecipeName
Type
Category
Attachment
The weekly menu has dozens of fields in this general pattern:
Lunch Entree 1_1
Lunch Entree 1_2
Lunch Side 1_1
Lunch Side 1_2
Etc...
Each of the fields in the weekly menu are populated by the a query of the recipe table. then I run a report to create a weekly menu and daily menu from the Weekly Menu table. All of this works fine. What I am stuck on is displaying the attachment (actual recipe as a jpg) of the weekly menu.
For example if Lunch Entree3_1 is "Grilled Chicken", I want the report to display the attachment on the record called "grilled chicken" in the Recipe Table. I don't think it is that hard but I cannot seem to build an expression to make this happen.
Any help is appreciated.