I have a form with a subform postcode lookup.
I currently have the SQL
SELECT Sites.Site, Sites.Region, Sites.[Site Group], Sites.Street, Sites.City, Sites.[Postal Code], Sites.[Vetting Location]
FROM Sites
WHERE (((Sites.[Postal Code])=[forms]![Site Search]![postsearch]"));
But wanted to be...