Why is this not working?
Brand = DLookup ("[Brand]", "[IngredientsTable], "[FoodName]= " & [FoodName])
Does it not say that the Brand field on my form should equal the Brand field from the IngredientsTable when FoodName from the IngredientsTable equals the FoodName from the drop down box on my form?
I'm missing something obvious....
Thank you~![]()