BookingMinimum = DLookup("MinimumAudience", "tblJncShowYear", "ShowsID=" & ShowsID)
I have a problem with this because once the show is selected - it picks the first value from the junction and not on the condition of the year selected.
i.e. selected year 2012
cascading combobox select show according to year
I need to import the price/minimum audience according to the show and the year the show is in....
It pulls in the wrong price/minimum audience at the moment. (I think it just pulls in the first year even if it is the second).
so I need it shows ID but also the year it is tied to.