It's OK. I spotted it.
=DLookup("[Address Line 1]", "Quotes", "[Unique key] = " & DMax("[Unique key]", "Quotes"))
works great, thanks Pete
One question though
If I wanted to do this in VBA code in an event, where would be the best place to put it to achieve the same thing?
I prefer doing...