I'm trying to use expression builder to set an unbound text box to equal two fields from my table put together. This is what I've tried:
Access says there is a syntax issue, I guess I'm not sure how to put something like this together.Code:= [FilmTemperature1] + "°C / " [FilmTemperature2] + "°C"
thanks
Bruce